diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-06-18 18:57:37 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-06-18 18:57:37 -0300 |
| commit | e5b8aadd493b8b5df4ed661f2491de33d634b001 (patch) | |
| tree | 694e90810ca82d621573f8d26f64481f7001d183 /src/common.hh | |
| parent | b912ba995c2175b00393f95388ae2ec1afd0494b (diff) | |
| download | game-e5b8aadd493b8b5df4ed661f2491de33d634b001.tar.gz game-e5b8aadd493b8b5df4ed661f2491de33d634b001.zip | |
finish `crplayer.cc`
Diffstat (limited to 'src/common.hh')
| -rw-r--r-- | src/common.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common.hh b/src/common.hh index 4737c54..384d76e 100644 --- a/src/common.hh +++ b/src/common.hh @@ -16,6 +16,8 @@ typedef uint8_t uint8; typedef uint16_t uint16; typedef uint32_t uint32; +typedef int64_t int64; +typedef uint64_t uint64; typedef uintptr_t uintptr; typedef size_t usize; |
