DSCAnalysisTool/src/defines.h
2025-04-16 15:38:25 +08:00

15 lines
185 B
C++

#ifndef DEFINES_H
#define DEFINES_H
#include <cstdint>
#include <QtCore>
typedef uint8_t uchar;
typedef uint8_t u8;
typedef uint16_t u16;
typedef uint32_t u32;
#endif // DEFINES_H