as_crc.h

changeset 15
0e0eb7c91312
parent 12
ceb4ba3d2d00
equal deleted inserted replaced
2:991a793f8042 3:40863ad9f5d9
30 // 30 //
31 31
32 #ifndef CRC_H 32 #ifndef CRC_H
33 #define CRC_H 33 #define CRC_H
34 34
35 #define QT3_SUPPORT
36
37 #include <string> // For copy constructor using string 35 #include <string> // For copy constructor using string
38 #include <qstring.h> // For deriving from QString 36 #include <qstring.h> // For deriving from QString
39 37
40 #include "as_gui.h" // General definitions like U32 typedefs 38 #include "as_gui.h" // General definitions like U32 typedefs
41 39

mercurial