]> Shamusworld >> Repos - thunder/blob - src/resource.h
Scrubbed all traces of BYTE, WORD, & DWORD out of the code, remove
[thunder] / src / resource.h
1 //
2 // Resource header file
3 //
4 // by James L. Hammons
5 // (C) 1998, 2009 Underground Software
6 //
7
8 #ifndef __RESOURCE_H__
9 #define __RESOURCE_H__
10
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14
15 extern uint8 * sunknown;
16 extern uint8 * scya;
17 extern uint8 * scamera;
18 extern uint32 sunknownlen;
19 extern uint32 scyalen;
20 extern uint32 scameralen;
21
22 extern uint8 * inoguib;
23 extern uint8 * idipswb;
24 extern uint8 * ipl1stb;
25 extern uint8 * ipl2stb;
26 extern uint8 * ii30hzb;
27 extern uint8 * ii60hzb;
28 extern uint8 * icoinub;
29 extern uint8 * isnapsb;
30 extern uint8 * iresetb;
31 extern uint8 * ibyebyb;
32 extern uint8 * ikeycnb;
33
34 extern uint8 * inoguis;
35 extern uint8 * idipsws;
36 extern uint8 * ipl1sts;
37 extern uint8 * ipl2sts;
38 extern uint8 * ii30hzs;
39 extern uint8 * ii60hzs;
40 extern uint8 * icoinus;
41 extern uint8 * isnapss;
42 extern uint8 * iresets;
43 extern uint8 * ibyebys;
44 extern uint8 * ikeycns;
45 extern uint8 * ichecks;
46
47 extern uint8 * idswitch;
48 extern uint8 * idsbutton;
49 extern uint8 * idstext1;
50 extern uint8 * idstext2;
51 extern uint8 * idstext3;
52 extern uint8 * idstext4;
53 extern uint8 * idstext5;
54 extern uint8 * idstext6;
55 extern uint8 * idstext7;
56 extern uint8 * idstext8;
57 extern uint8 * idstext9;
58 extern uint8 * idstext10;
59 extern uint8 * idstext11;
60 extern uint8 * idstext12;
61
62 #ifdef __cplusplus
63 }
64 #endif
65
66 #endif  // __RESOURCE_H__