diff options
Diffstat (limited to '')
-rw-r--r-- | src/control/PedStats.h (renamed from src/PedStat.h) | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/PedStat.h b/src/control/PedStats.h index 3045e494..12ebdbc2 100644 --- a/src/PedStat.h +++ b/src/control/PedStats.h @@ -15,3 +15,9 @@ struct PedStat int16 m_flags; }; static_assert(sizeof(PedStat) == 0x34, "PedStat: error"); + +class CPedStats +{ +public: + static int32 GetPedStatType(char *type); +}; |