summaryrefslogtreecommitdiff
path: root/scripting/test.h
blob: 7ff571969508bc7dfbf392872571bf3ad6d4a6f6 (plain)
1
2
3
4
5
6
7
8
9
#ifndef TEST_H
#define TEST_H

#include <lua.hpp>

void print(lua_State *L, const char *s);
void say(lua_State *L, const char *s);

#endif