mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-23 16:07:52 -05:00
8 lines
123 B
C++
8 lines
123 B
C++
|
#include "Common.hpp"
|
||
|
|
||
|
#ifdef GEODE_IS_MACOS
|
||
|
|
||
|
// PlayerObject
|
||
|
GEODE_MEMBER_CHECK(PlayerObject, m_waveTrail, 0x600);
|
||
|
|
||
|
#endif
|