summaryrefslogblamecommitdiffstats
path: root/source/squirrelbindings/SquirrelFunctions.h
blob: 272b79c3e9990ede94747ea57543022df95ec47a (plain) (tree)



























                             

#pragma once

#ifdef USE_SQUIRREL




#include <sqrat.h>





HSQUIRRELVM OpenSquirrelVM();
void CloseSquirrelVM();

void sqPrint(SQChar * text);





#endif  // USE_SQUIRREL