src/types.h

changeset 39
2c368cf5cc19
parent 38
db677d321cf4
equal deleted inserted replaced
38:db677d321cf4 39:2c368cf5cc19
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),

mercurial