1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Decoration: Remove usage of multi-character constants

This commit is contained in:
kwolekr 2013-07-06 15:03:34 -04:00
parent 307c57dcc4
commit 55ecde665d
2 changed files with 4 additions and 2 deletions

View file

@ -260,6 +260,8 @@ public:
virtual std::string getName();
};
#define MTSCHEM_FILE_SIGNATURE 0x4d54534d // 'MTSM'
enum Rotation {
ROTATE_0,
ROTATE_90,