Files
wx_wherigo/main/include/lua/ztimer.h
2026-02-14 09:47:26 +01:00

18 lines
208 B
C++

#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