diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | scripting/test.pkg | 5 |
2 files changed, 5 insertions, 1 deletions
@@ -10,4 +10,3 @@ *.dll *.exe /scripting/tolua_* -/scripting/*.pkg diff --git a/scripting/test.pkg b/scripting/test.pkg new file mode 100644 index 0000000..38525c6 --- /dev/null +++ b/scripting/test.pkg @@ -0,0 +1,5 @@ +$hfile "scripting/test.h" + +void print(lua_State *L, const char *s); + +// vim: syn=cpp |