1 2 3 4 5 6 7 8 9 10 11
#pragma once #ifdef USE_SQUIRREL #include <squirrel.h> #include <sqrat.h> void BindSquirrel(HSQUIRRELVM vm); #endif