33 typedef quint8 uint8; |
33 typedef quint8 uint8; |
34 typedef quint16 uint16; |
34 typedef quint16 uint16; |
35 typedef quint32 uint32; |
35 typedef quint32 uint32; |
36 typedef quint64 uint64; |
36 typedef quint64 uint64; |
37 |
37 |
38 #ifdef IN_IDE_PARSER // :| |
|
39 typedef void FILE; |
|
40 #endif |
|
41 |
|
42 struct ZandronumVersion |
38 struct ZandronumVersion |
43 { |
39 { |
44 ZandronumVersion (QString name, bool isRelease, QString binaryPath) : |
40 ZandronumVersion (QString name, bool isRelease, QString binaryPath) : |
45 name (name), |
41 name (name), |
46 binaryPath (binaryPath), |
42 binaryPath (binaryPath), |