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


#define USE_SQUIRREL 1

#if USE_SQUIRREL

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

void BindSquirrel(HSQUIRRELVM vm);

#endif