Added resources, and changed slightly how wrappers expose functions.

This commit is contained in:
rude
2009-07-30 00:37:43 +02:00
parent 8f4662c8a2
commit 0c241a14fb
30 changed files with 454 additions and 222 deletions
+2 -2
View File
@@ -78,8 +78,8 @@ namespace opengl
int _wrap_draw(lua_State * L);
int _wrap_draws(lua_State * L);
int _wrap_drawTest(lua_State * L);
int _wrap_print(lua_State * L);
int _wrap_printf(lua_State * L);
int _wrap_print1(lua_State * L);
int _wrap_printf1(lua_State * L);
int _wrap_point(lua_State * L);
int _wrap_line(lua_State * L);
int _wrap_triangle(lua_State * L);