aboutsummaryrefslogtreecommitdiff
path: root/src/core/types.hpp
blob: 61baf3f33d7198b4e84c68de552f151ebae5fa14 (plain)
1
2
3
4
5
6
#pragma once

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