diff options
Diffstat (limited to 'include')
-rwxr-xr-x | include/game.h | 3 | ||||
-rw-r--r-- | include/newer.h | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/include/game.h b/include/game.h index 661038a..08c2a49 100755 --- a/include/game.h +++ b/include/game.h @@ -8,6 +8,7 @@ #include <rvl/GXEnum.h>
#include <rvl/vifuncs.h>
#include <rvl/arc.h>
+#include <rvl/tpl.h>
#define offsetof(type, member) ((u32) &(((type *) 0)->member))
#include <g3dhax.h>
@@ -720,6 +721,8 @@ namespace lyt { u32 anisotropy: 2;
u32 paletteFormat: 2;
} mBits;
+
+ void ReplaceImage(TPLPalette *tpl, unsigned long id);
};
class Material {
diff --git a/include/newer.h b/include/newer.h index cf21cbb..a687073 100644 --- a/include/newer.h +++ b/include/newer.h @@ -2,5 +2,7 @@ #define NEWER_H int getStarCoinCount(); +void getNewerLevelNumberString(int world, int level, wchar_t *dest); + #endif /* NEWER_H */ |