Mercurial > mm7
comparison Level/Decoration.h @ 1489:a27cdb3d753e
Cleanup of LevelDecoration and related.
author | yoctozepto |
---|---|
date | Thu, 29 Aug 2013 22:22:33 +0200 |
parents | 61451d5980bf |
children | 6d21ef91cb2d |
comparison
equal
deleted
inserted
replaced
1488:f62e6d06acac | 1489:a27cdb3d753e |
---|---|
1 #pragma once | 1 #pragma once |
2 | |
3 #include <cstdint> | |
2 | 4 |
3 #include "../VectorTypes.h" | 5 #include "../VectorTypes.h" |
4 | 6 |
5 enum LEVEL_DECORATION_FLAGS | 7 enum LEVEL_DECORATION_FLAGS |
6 { | 8 { |
21 int GetGlobalEvent(); | 23 int GetGlobalEvent(); |
22 bool IsInteractive(); | 24 bool IsInteractive(); |
23 bool _47A825(); | 25 bool _47A825(); |
24 | 26 |
25 | 27 |
26 unsigned __int16 uDecorationDescID; | 28 uint16_t uDecorationDescID; |
27 __int16 field_2; | 29 uint16_t uFlags; |
28 struct Vec3_int_ vPosition; | 30 Vec3_int_ vPosition; |
29 int field_10_y_rot; | 31 int32_t field_10_y_rot; |
30 __int16 uCog; | 32 uint16_t uCog; |
31 __int16 field_16_event_id; | 33 int16_t field_16_event_id; |
32 __int16 field_18; | 34 int16_t field_18; |
33 __int16 field_1A; | 35 int16_t field_1A; |
34 __int16 _idx_in_stru123; | 36 int16_t _idx_in_stru123; |
35 __int16 field_1E; | 37 int16_t field_1E; |
36 }; | 38 }; |
37 #pragma pack(pop) | 39 #pragma pack(pop) |