Use "core" namespace internally

This commit is contained in:
ShadowNinja
2014-04-27 21:02:48 -04:00
parent 1cd512913e
commit c4359ff65c
45 changed files with 812 additions and 843 deletions

View File

@@ -101,7 +101,7 @@ class InvRef : public ModApiBase {
// Returns the items that were actually removed
static int l_remove_item(lua_State *L);
// get_location() -> location (like minetest.get_inventory(location))
// get_location() -> location (like get_inventory(location))
static int l_get_location(lua_State *L);
public: