diff options
Diffstat (limited to 'include/d/d_simple_model.h')
| -rw-r--r-- | include/d/d_simple_model.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/d/d_simple_model.h b/include/d/d_simple_model.h index 72ff3a98aa..04477ea16c 100644 --- a/include/d/d_simple_model.h +++ b/include/d/d_simple_model.h @@ -2,9 +2,10 @@ #define D_D_SIMPLE_MODEL_H #include "JSystem/J3DGraphAnimator/J3DModel.h" -#include "JSystem/JKernel/JKRSolidHeap.h" #include "dolphin/types.h" +class JKRSolidHeap; + class modelList_c { public: void init() { |
