summaryrefslogtreecommitdiff
path: root/src/koopatlas/hud.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/koopatlas/hud.h')
-rw-r--r--src/koopatlas/hud.h18
1 files changed, 1 insertions, 17 deletions
diff --git a/src/koopatlas/hud.h b/src/koopatlas/hud.h
index ee64133..32a09be 100644
--- a/src/koopatlas/hud.h
+++ b/src/koopatlas/hud.h
@@ -2,23 +2,7 @@
#define __KOOPATLAS_HUD_H
#include "koopatlas/core.h"
-
-// Colourises an IA8 texture
-class dTexMapColouriser_c {
- public:
- dTexMapColouriser_c();
- ~dTexMapColouriser_c();
-
- void resetAndClear();
- void setTexMap(nw4r::lyt::TexMap *tm);
- void applyAlso(nw4r::lyt::TexMap *tm);
- void colourise(int h, int s, int l);
-
- private:
- nw4r::lyt::TexMap *texmap;
- u16 *original;
- u16 *mine;
-};
+#include "texmapcolouriser.h"
class dWMHud_c : public dBase_c {
public: