mirror of
https://github.com/LibreSplit/LibreSplit.git
synced 2026-04-27 14:20:24 +00:00
This should allow for plugins to refer to LibreSplit's functions without having to pull in half of the codebase.
5 lines
No EOL
65 B
C
5 lines
No EOL
65 B
C
#pragma once
|
|
|
|
#include <lua.h>
|
|
|
|
int getBaseAddress(lua_State* L); |