Mercurial > mm7
comparison Arcomage.h @ 1267:33e360a9b4bf
some fixes in normals
author | Gloval |
---|---|
date | Thu, 13 Jun 2013 23:41:42 +0400 |
parents | 73269755dd89 |
children | dcc52e17b517 |
comparison
equal
deleted
inserted
replaced
1266:71ebff35c428 | 1267:33e360a9b4bf |
---|---|
1 #pragma once | 1 #pragma once |
2 #include "OSAPI.h" | 2 #include "OSAPI.h" |
3 | 3 |
4 #include "Texture.h" | 4 #include "Texture.h" |
5 | 5 |
6 #pragma pack(push, 1) | |
7 struct am_st1 | |
8 { | |
9 int field_0; | |
10 int field_4; | |
11 }; | |
12 #pragma pack(pop) | |
13 | 6 |
14 /* 401 */ | 7 /* 401 */ |
15 #pragma pack(push, 1) | 8 #pragma pack(push, 1) |
16 struct Acromage_st1 | 9 struct Acromage_st1 |
17 { | 10 { |
170 unsigned __int16 *pSpritesPixels; | 163 unsigned __int16 *pSpritesPixels; |
171 unsigned __int16 *pBlit_Copy_pixels; | 164 unsigned __int16 *pBlit_Copy_pixels; |
172 struct GUIFont *pfntComic;//ptr_48; | 165 struct GUIFont *pfntComic;//ptr_48; |
173 struct GUIFont *pfntArrus;//ptr_4C; | 166 struct GUIFont *pfntArrus;//ptr_4C; |
174 int field_50; | 167 int field_50; |
175 __int16 field_54; | 168 int field_54; |
176 __int16 field_56; | |
177 RGBTexture pGameBackground; | 169 RGBTexture pGameBackground; |
178 RGBTexture pSprites; | 170 RGBTexture pSprites; |
179 int event_timer_time; | 171 int event_timer_time; |
180 int uGameResult; | 172 int uGameResult; |
181 int field_B0; | 173 int field_B0; |