Changeset 1804 for code/branches/ceguilua/src/tolua/tolua.c
- Timestamp:
- Sep 21, 2008, 5:10:08 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ceguilua/src/tolua/tolua.c
r1505 r1804 15 15 #include "tolua++.h" 16 16 17 #include "lua .h"18 #include "lua lib.h"19 #include "l auxlib.h"17 #include "lua/lua.h" 18 #include "lua/lualib.h" 19 #include "lua/lauxlib.h" 20 20 21 21 #include <stdio.h>
Note: See TracChangeset
for help on using the changeset viewer.