083228a10
1 2 3 4 5 6
#pragma once #include <sqrat.h> HSQUIRRELVM OpenSquirrelVM(); void CloseSquirrelVM(); void sqPrint(SQChar * text);