LibreSplit/include/lasr/functions/getModuleSize.h
Penaz 3f2ba7f54c Restructuring project folders
This should allow for plugins to refer to LibreSplit's functions without
having to pull in half of the codebase.
2026-03-25 21:57:10 +01:00

5 lines
No EOL
64 B
C

#pragma once
#include <lua.h>
int getModuleSize(lua_State* L);