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
+1 -1
View File
@@ -60,7 +60,7 @@ namespace font
luax_register_gc(L, "love.font", instance);
return luax_register_module(L, wrap_Font_functions, wrap_Font_types);
return luax_register_module(L, wrap_Font_functions, wrap_Font_types, "font");
}
} // sound