#pragma once #ifdef USE_SQUIRREL #include HSQUIRRELVM OpenSquirrelVM(); void CloseSquirrelVM(); void sqPrint(SQChar * text); #endif // USE_SQUIRREL