Mercurial > mm7
comparison Overlays.h @ 142:8b8fd4d83fdc
Various things here and there
author | Nomad |
---|---|
date | Tue, 12 Feb 2013 06:28:08 +0200 |
parents | 9c0607679772 |
children | f451efdb7c8b |
comparison
equal
deleted
inserted
replaced
141:cca78efb377e | 142:8b8fd4d83fdc |
---|---|
23 /* 63 */ | 23 /* 63 */ |
24 #pragma pack(push, 1) | 24 #pragma pack(push, 1) |
25 struct OtherOverlayList | 25 struct OtherOverlayList |
26 { | 26 { |
27 inline OtherOverlayList(): //----- (0045848D) | 27 inline OtherOverlayList(): //----- (0045848D) |
28 field_3E8(0), field_3EC(0) | 28 field_3E8(0), bRedraw(false) |
29 {} | 29 {} |
30 | 30 |
31 int _4418B1(int a2, int a3, int a4, int a5); | 31 int _4418B1(int a2, int a3, int a4, int a5); |
32 int _4418B6(int uOverlayID, __int16 a3, int a4, int a5, __int16 a6); | 32 int _4418B6(int uOverlayID, __int16 a3, int a4, int a5, __int16 a6); |
33 unsigned int _441964(int a2); | 33 unsigned int _441964(int a2); |
34 | 34 |
35 OtherOverlay pOverlays[50]; | 35 OtherOverlay pOverlays[50]; |
36 int field_3E8; | 36 int field_3E8; |
37 int field_3EC; | 37 int bRedraw; |
38 }; | 38 }; |
39 #pragma pack(pop) | 39 #pragma pack(pop) |
40 | 40 |
41 | 41 |
42 | 42 |