X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fresource.h;h=9f862a2844068cd1103a0b54d31ce04bb1886335;hb=2fe4f4d3720583b59e0412d2a0cb72109db78573;hp=8df329136dd06b6b6d3dbb81a4a190c5ac0302b3;hpb=757714edd1100cfbe4dd5c46e4eff480ee25dd3d;p=thunder diff --git a/src/resource.h b/src/resource.h index 8df3291..9f862a2 100644 --- a/src/resource.h +++ b/src/resource.h @@ -1,63 +1,65 @@ // // Resource header file // -// by James L. Hammons -// (C) 1998, 2009 Underground Software +// by James Hammons +// (C) 1998, 2014 Underground Software // #ifndef __RESOURCE_H__ #define __RESOURCE_H__ +#include + #ifdef __cplusplus extern "C" { #endif -extern uint8 * sunknown; -extern uint8 * scya; -extern uint8 * scamera; -extern uint32 sunknownlen; -extern uint32 scyalen; -extern uint32 scameralen; +extern uint8_t * sunknown; +extern uint8_t * scya; +extern uint8_t * scamera; +extern uint32_t sunknownlen; +extern uint32_t scyalen; +extern uint32_t scameralen; -extern uint8 * inoguib; -extern uint8 * idipswb; -extern uint8 * ipl1stb; -extern uint8 * ipl2stb; -extern uint8 * ii30hzb; -extern uint8 * ii60hzb; -extern uint8 * icoinub; -extern uint8 * isnapsb; -extern uint8 * iresetb; -extern uint8 * ibyebyb; -extern uint8 * ikeycnb; +extern uint8_t * inoguib; +extern uint8_t * idipswb; +extern uint8_t * ipl1stb; +extern uint8_t * ipl2stb; +extern uint8_t * ii30hzb; +extern uint8_t * ii60hzb; +extern uint8_t * icoinub; +extern uint8_t * isnapsb; +extern uint8_t * iresetb; +extern uint8_t * ibyebyb; +extern uint8_t * ikeycnb; -extern uint8 * inoguis; -extern uint8 * idipsws; -extern uint8 * ipl1sts; -extern uint8 * ipl2sts; -extern uint8 * ii30hzs; -extern uint8 * ii60hzs; -extern uint8 * icoinus; -extern uint8 * isnapss; -extern uint8 * iresets; -extern uint8 * ibyebys; -extern uint8 * ikeycns; -extern uint8 * ichecks; +extern uint8_t * inoguis; +extern uint8_t * idipsws; +extern uint8_t * ipl1sts; +extern uint8_t * ipl2sts; +extern uint8_t * ii30hzs; +extern uint8_t * ii60hzs; +extern uint8_t * icoinus; +extern uint8_t * isnapss; +extern uint8_t * iresets; +extern uint8_t * ibyebys; +extern uint8_t * ikeycns; +extern uint8_t * ichecks; -extern uint8 * idswitch; -extern uint8 * idsbutton; -extern uint8 * idstext1; -extern uint8 * idstext2; -extern uint8 * idstext3; -extern uint8 * idstext4; -extern uint8 * idstext5; -extern uint8 * idstext6; -extern uint8 * idstext7; -extern uint8 * idstext8; -extern uint8 * idstext9; -extern uint8 * idstext10; -extern uint8 * idstext11; -extern uint8 * idstext12; +extern uint8_t * idswitch; +extern uint8_t * idsbutton; +extern uint8_t * idstext1; +extern uint8_t * idstext2; +extern uint8_t * idstext3; +extern uint8_t * idstext4; +extern uint8_t * idstext5; +extern uint8_t * idstext6; +extern uint8_t * idstext7; +extern uint8_t * idstext8; +extern uint8_t * idstext9; +extern uint8_t * idstext10; +extern uint8_t * idstext11; +extern uint8_t * idstext12; #ifdef __cplusplus }