diff options
Diffstat (limited to 'include/game.h')
-rwxr-xr-x | include/game.h | 3 |
1 files changed, 3 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 {
|