summaryrefslogtreecommitdiffstats
path: root/source/squirrelbindings/SquirrelFunctions.h
blob: 0d08a726c718e0c1611b168222d2af85414a0645 (plain) (blame)
1
2
3
4
5
6
#pragma once
#include <sqrat.h>
HSQUIRRELVM OpenSquirrelVM();
void CloseSquirrelVM();

void sqPrint(SQChar * text);