33 lines
159 B
C
33 lines
159 B
C
|
|
#pragma once
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef USE_SQUIRREL
|
|
|
|
|
|
|
|
|
|
|
|
#include <squirrel.h>
|
|
#include <sqrat.h>
|
|
|
|
|
|
|
|
|
|
|
|
void BindSquirrel(HSQUIRRELVM vm);
|
|
|
|
|
|
|
|
|
|
|
|
#endif // USE_SQUIRREL
|
|
|
|
|
|
|
|
|
|
|