2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 13:07:42 +00:00

Windows fixes

This commit is contained in:
Jack Andersen
2017-03-19 20:59:46 -10:00
parent 8e7773aa94
commit c8e22a6873
6 changed files with 8 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ namespace DataSpec
struct ITweakPlayerRes : ITweak
{
using ResId = int64_t;
using ResId = uint64_t;
using EBeamId = urde::CPlayerState::EBeamId;
ResId x4_saveStationIcon;