#ifndef PROTOVERSE_TYPEDEFS_H #define PROTOVERSE_TYPEDEFS_H #include typedef unsigned char u8; typedef unsigned int u32; typedef unsigned short u16; typedef uint64_t u64; typedef int64_t s64; #endif /* PROTOVERSE_TYPEDEFS_H */