diff options
Diffstat (limited to 'scripting')
-rw-r--r-- | scripting/test.pkg | 5 |
1 files changed, 5 insertions, 0 deletions
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 |