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

#include <lua.hpp>

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

#endif