summaryrefslogtreecommitdiff
path: root/src/koopatlas/hud.h
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2012-10-25 04:59:11 +0200
committerTreeki <treeki@gmail.com>2012-10-25 04:59:11 +0200
commit0bee9e3ae3bd5a9f4a9f0ea8a4d04955a90798fa (patch)
tree999ea89b9eb357fbd4a0b7d8acd6c71f2a82c8f6 /src/koopatlas/hud.h
parent47795a5f0eee896df557e4e3481068e510fe51fb (diff)
downloadkamek-0bee9e3ae3bd5a9f4a9f0ea8a4d04955a90798fa.tar.gz
kamek-0bee9e3ae3bd5a9f4a9f0ea8a4d04955a90798fa.zip
refactoring, API fixes and shop mostly finished
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: