aboutsummaryrefslogtreecommitdiff
path: root/src/core/types.h
blob: 071d8d6f1b18568debb6a295b8aa82a78763cf31 (plain)
1
2
3
4
5
6
7
8
9
#ifndef TYPES_H
#define TYPES_H

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

#endif