starting playing the wherigo
Signed-off-by: Peter Siegmund <mars3142@noreply.mars3142.dev>
This commit is contained in:
17
main/include/lua/ztimer.h
Normal file
17
main/include/lua/ztimer.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef ZTIMER_H
|
||||
#define ZTIMER_H
|
||||
|
||||
extern "C" {
|
||||
#include <lua.h>
|
||||
}
|
||||
|
||||
namespace wherigo {
|
||||
|
||||
int ztimer_Start(lua_State *L);
|
||||
int ztimer_Stop(lua_State *L);
|
||||
int ztimer_Reset(lua_State *L);
|
||||
|
||||
}
|
||||
|
||||
#endif // ZTIMER_H
|
||||
|
||||
Reference in New Issue
Block a user