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