mirror of
https://github.com/geode-sdk/geode.git
synced 2025-02-17 08:41:15 -05:00
9 lines
215 B
C++
9 lines
215 B
C++
|
#include "Common.hpp"
|
||
|
|
||
|
#ifdef GEODE_IS_ANDROID
|
||
|
|
||
|
// Add known android struct members here
|
||
|
|
||
|
// needed classes are ones in the ids folder and some generic ones (i think they are already done though so only ids)
|
||
|
|
||
|
#endif
|