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

33 lines
191 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
2012-11-08 19:09:35 +00:00
2012-07-08 21:01:08 +00:00
#include <squirrel.h>
#include <sqrat.h>
2012-11-08 19:09:35 +00:00
2012-07-08 21:01:08 +00:00
void BindSquirrel(HSQUIRRELVM vm);
2012-11-08 19:09:35 +00:00
#endif // USE_SQUIRREL