mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2026-02-05 01:29:07 +00:00
fix(build): make project compilable
This commit is contained in:
parent
e77ed33b0c
commit
bf734b5b20
10 changed files with 25 additions and 48 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue