minor refactor
This commit is contained in:
+7
-1
@@ -3,7 +3,6 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
|
||||
const std::string TEXTURE_NOTFOUND = "notfound";
|
||||
|
||||
/* bindings used in engine code */
|
||||
@@ -24,4 +23,11 @@ const std::string BIND_PLAYER_BUILD = "player.build";
|
||||
const std::string BIND_PLAYER_PICK = "player.pick";
|
||||
const std::string BIND_HUD_INVENTORY = "hud.inventory";
|
||||
|
||||
class ContentBuilder;
|
||||
|
||||
namespace corecontent {
|
||||
extern void setup_bindings();
|
||||
extern void setup(ContentBuilder* builder);
|
||||
}
|
||||
|
||||
#endif // SRC_CORE_DEFS_H_
|
||||
Reference in New Issue
Block a user