Particle and RasterFont progress

This commit is contained in:
2025-11-22 10:13:27 -08:00
parent 258aa17509
commit 611852a3f0
16 changed files with 935 additions and 42 deletions

View File

@@ -5,6 +5,7 @@
#include <rstl/vector.hpp>
class CInputStream;
class CSimplePool;
class CSpawnSystemKeyframeData {
public:
class CSpawnSystemKeyframeInfo {
@@ -14,6 +15,8 @@ public:
CSpawnSystemKeyframeData(CInputStream& in);
~CSpawnSystemKeyframeData() {}
void LoadAllSpawnedSystemTokens(CSimplePool* pool);
private:
int mUnknown1;
int mUnknown2;