mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
More C++03 fixes
This commit is contained in:
parent
e2815d27f1
commit
695d02e6bd
12 changed files with 37 additions and 28 deletions
|
@ -53,7 +53,7 @@ protected:
|
|||
friend class LuaItemStack;
|
||||
friend class ModApiItemMod;
|
||||
|
||||
bool getItemCallback(const char *name, const char *callbackname, const v3s16 *p = nullptr);
|
||||
bool getItemCallback(const char *name, const char *callbackname, const v3s16 *p = NULL);
|
||||
void pushPointedThing(const PointedThing& pointed);
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue