summaryrefslogtreecommitdiffstats
path: root/source/squirrelbindings/SquirrelBindings.h
blob: d5aee170a044cd2da1f4b631de9b08cf5461d891 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once


#define USE_SQUIRREL 0

#if USE_SQUIRREL

#include <squirrel.h>
#include <sqrat.h>

void BindSquirrel(HSQUIRRELVM vm);

#endif