starting playing the wherigo
Signed-off-by: Peter Siegmund <mars3142@noreply.mars3142.dev>
This commit is contained in:
16
main/include/lua/wherigo.h
Normal file
16
main/include/lua/wherigo.h
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user