aboutsummaryrefslogtreecommitdiff
path: root/src/utils/types.h
blob: b06b160dd870ef11c3cd6ab8046ff6c6d46d387e (plain)
1
2
3
4
5
6
7
8
#ifndef TYPES_H
#define TYPES_h

typedef unsigned char u8;
typedef unsigned short u16;
typedef unsigned int u32;

#endif