add core:struct_air
This commit is contained in:
+2
-1
@@ -3,8 +3,9 @@
|
||||
#include <string>
|
||||
|
||||
inline const std::string CORE_EMPTY = "core:empty";
|
||||
inline const std::string CORE_OBSTACLE = "core:obstacle";
|
||||
inline const std::string CORE_AIR = "core:air";
|
||||
inline const std::string CORE_OBSTACLE = "core:obstacle";
|
||||
inline const std::string CORE_STRUCT_AIR = "core:struct_air";
|
||||
|
||||
inline const std::string TEXTURE_NOTFOUND = "notfound";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user