fix(build): make project compilable

This commit is contained in:
VDm 2025-04-04 23:04:22 +04:00
parent e77ed33b0c
commit bf734b5b20
10 changed files with 25 additions and 48 deletions

View file

@ -11,6 +11,7 @@
#include <storm/Array.hpp>
#include <storm/String.hpp>
#include <tempest/Vector.hpp>
#include <common/Time.hpp>
const char* g_glueScriptEvents[41];
const char* g_scriptEvents[722];
@ -98,12 +99,6 @@ const char* FrameScript_EventObject::GetName() {
return this->m_key.m_str;
}
int64_t OsGetAsyncClocksPerSecond() {
// TODO
return 1000.0;
}
int32_t FrameScript_CompileFunction(const char* name, const char* wrapper, const char* body, CStatus* status) {
lua_State* L = FrameScript::s_context;