mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-09 17:07:40 +00:00
Nearly match CGenDescription
This commit is contained in:
11
include/Kyoto/Particles/CSpawnSystemKeyframeData.hpp
Normal file
11
include/Kyoto/Particles/CSpawnSystemKeyframeData.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef _CSPAWNSYSTEMKEYFRAMEDATA
|
||||
#define _CSPAWNSYSTEMKEYFRAMEDATA
|
||||
|
||||
class CSpawnSystemKeyframeData {
|
||||
~CSpawnSystemKeyframeData();
|
||||
|
||||
private:
|
||||
char data[0x20];
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user