Basic script-based engine init is working - performance is poor
This commit is contained in:
6
core/lib_standard.h
Normal file
6
core/lib_standard.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "interpreter.h"
|
||||
|
||||
int hookStandard(Interpreter* interpreter, Literal identifier, Literal alias);
|
||||
|
||||
Reference in New Issue
Block a user