Modified project structure:
- renamed sqmodule_api.h/.cpp to module_api - moved defines for sq_* functions into squirrel_api.h - renamed SqModule::inti to SQModule::Init - moved all of the files to "api" subfolder
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
|
||||
extern "C" SQRESULT SQRAT_API sqmodule_load(HSQUIRRELVM vm, HSQAPI api)
|
||||
{
|
||||
SqModule::init(vm, api);
|
||||
SqModule::Initalize(vm, api);
|
||||
Sqrat::DefaultVM::Set(vm);
|
||||
|
||||
return SQ_OK;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user