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 |