[CSM] Add on_punchnode callback

This commit is contained in:
red-001
2017-01-29 18:28:38 +00:00
committed by Loïc Blot
parent 37df9cb7d7
commit 0727bb3ddd
6 changed files with 48 additions and 13 deletions

View File

@@ -46,5 +46,6 @@ class ScriptApiClient: virtual public ScriptApiBase
void on_formspec_input(const std::string &formname, const StringMap &fields);
bool on_dignode(v3s16 p, MapNode node);
bool on_punchnode(v3s16 p, MapNode node);
};
#endif