Mercurial > mm7
comparison Viewport.h @ 0:9c0607679772
init
author | Ritor1 |
---|---|
date | Sat, 12 Jan 2013 09:45:18 +0600 |
parents | |
children | d65528fc3bda |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:9c0607679772 |
---|---|
1 #pragma once | |
2 | |
3 /* 149 */ | |
4 #pragma pack(push, 1) | |
5 struct Viewport | |
6 { | |
7 void SetScreen(unsigned int uX, unsigned int uY, unsigned int uZ, unsigned int uW); | |
8 void _4C02F8(int a2); | |
9 void SetViewport(unsigned int uX, unsigned int uY, unsigned int uZ, unsigned int uW); | |
10 | |
11 | |
12 unsigned int uScreenX; | |
13 unsigned int uScreenY; | |
14 unsigned int uScreenZ; | |
15 unsigned int uScreenW; | |
16 unsigned int uViewportX; | |
17 unsigned int uViewportY; | |
18 unsigned int uViewportZ; | |
19 unsigned int uViewportW; | |
20 int uScreenWidth; | |
21 int uScreenHeight; | |
22 int uScreenCenterX; | |
23 int uScreenCenterY; | |
24 int field_30; | |
25 }; | |
26 #pragma pack(pop) | |
27 | |
28 | |
29 | |
30 extern struct Viewport *pViewport; | |
31 | |
32 | |
33 | |
34 | |
35 | |
36 | |
37 | |
38 | |
39 | |
40 | |
41 | |
42 /* 201 */ | |
43 #pragma pack(push, 1) | |
44 struct ViewingParams | |
45 { | |
46 int _443291(); | |
47 unsigned int _443343(); | |
48 int _443219(); | |
49 int _443225(); | |
50 int _443231(); | |
51 int _44323D(); | |
52 int _443249(); | |
53 int _4432E7(); | |
54 int _443365(); | |
55 | |
56 | |
57 | |
58 int uSomeX; | |
59 int uSomeY; | |
60 int uSomeZ; | |
61 int uSomeW; | |
62 unsigned int uScreenX; | |
63 unsigned int uScreenY; | |
64 unsigned int uScreenZ; | |
65 unsigned int uScreenW; | |
66 int field_20; | |
67 unsigned int uMinimapZoom; | |
68 int field_28; | |
69 int field_2C; | |
70 int sPartyPosX; | |
71 int sPartyPosZ; | |
72 __int16 field_38; | |
73 __int16 field_3A; | |
74 int field_3C; | |
75 unsigned int uTextureID_LocationMap; | |
76 int bRedrawGameUI; | |
77 int field_48; | |
78 int field_4C; | |
79 int field_50_draw_debug_outlines; | |
80 int field_54; | |
81 int field_58; | |
82 int field_5C; | |
83 int field_60; | |
84 int field_64; | |
85 int field_68; | |
86 unsigned __int16 pPalette[256]; | |
87 }; | |
88 #pragma pack(pop) | |
89 | |
90 | |
91 | |
92 extern struct ViewingParams *viewparams; |