Files
cuberite-2a/source/squirrelbindings/SquirrelFunctions.h
T

29 lines
208 B
C
Raw Normal View History

2012-11-08 19:09:35 +00:00
2012-07-08 21:01:08 +00:00
#pragma once
2012-11-08 19:09:35 +00:00
#ifdef USE_SQUIRREL
2012-07-08 21:01:08 +00:00
#include <sqrat.h>
2012-11-08 19:09:35 +00:00
2012-07-08 21:01:08 +00:00
HSQUIRRELVM OpenSquirrelVM();
void CloseSquirrelVM();
2012-11-08 19:09:35 +00:00
void sqPrint(SQChar * text);
#endif // USE_SQUIRREL