starting playing the wherigo

Signed-off-by: Peter Siegmund <mars3142@noreply.mars3142.dev>
This commit is contained in:
2026-02-13 02:41:12 +01:00
parent 273e169281
commit c3b247c420
35 changed files with 5401 additions and 84 deletions

View File

@@ -0,0 +1,16 @@
#ifndef WHERIGO_LUA_H
#define WHERIGO_LUA_H
extern "C" {
#include <lua.h>
}
namespace wherigo {
int luaopen_Wherigo(lua_State *L);
void resetMediaCounter();
}
#endif // WHERIGO_LUA_H