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