mirror of
https://github.com/PrimeDecomp/echoes.git
synced 2026-07-12 18:18:57 -07:00
9 lines
136 B
C++
9 lines
136 B
C++
#ifndef _CPERSISTENTOPTIONS
|
|
#define _CPERSISTENTOPTIONS
|
|
|
|
class CPersistentOptions {
|
|
char pad[0x2c];
|
|
};
|
|
|
|
#endif // _CPERSISTENTOPTIONS
|