annotate Weather.h @ 61:05e4b4bd4d64

Savegame preview thumbnails
author Nomad
date Fri, 26 Oct 2012 03:27:59 +0200
parents 8b8875f5b359
children
rev   line source
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1 #pragma once
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8 /* 255 */
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9 #pragma pack(push, 1)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
10 struct Weather
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
11 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
12 int DrawSnow();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
13 int Initialize();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
14 int Draw();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
15 bool _4C2F0B(__int16 a2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
19 __int16 field_0[2000];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
20 int field_FA0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
21 int bRenderSnow;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
22 };
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
23 #pragma pack(pop)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
24
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
25
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
26
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
27 extern struct Weather *pWeather;