1c4c0b5698
git-svn-id: http://mc-server.googlecode.com/svn/trunk@742 0a769ca7-a7f5-676a-18bf-c427514a06d6
12 lines
132 B
C
12 lines
132 B
C
#pragma once
|
|
|
|
|
|
#ifdef USE_SQUIRREL
|
|
|
|
#include <squirrel.h>
|
|
#include <sqrat.h>
|
|
|
|
void BindSquirrel(HSQUIRRELVM vm);
|
|
|
|
#endif
|