diff options
author | Colin Noga <Tempus@chronometry.ca> | 2012-07-24 14:10:37 -0500 |
---|---|---|
committer | Colin Noga <Tempus@chronometry.ca> | 2012-07-24 14:10:37 -0500 |
commit | 45aee4cd0356305fc1a1ebec5d15bc0e17a54b0a (patch) | |
tree | f6b80204398bb71e2a3d454005526c216b792074 /src/koopatlas/shop.h | |
parent | 0b935b5b0a4dfba5621d5f925ca088007811fc49 (diff) | |
download | kamek-45aee4cd0356305fc1a1ebec5d15bc0e17a54b0a.tar.gz kamek-45aee4cd0356305fc1a1ebec5d15bc0e17a54b0a.zip |
trying laki fixes, linked in anmClr
Diffstat (limited to '')
-rw-r--r-- | src/koopatlas/shop.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/koopatlas/shop.h b/src/koopatlas/shop.h index 64e4453..b4281b7 100644 --- a/src/koopatlas/shop.h +++ b/src/koopatlas/shop.h @@ -8,7 +8,7 @@ extern "C" void *MapSoundPlayer(void *SoundClass, int soundID, int unk); class dShopItem; -class dWMShop_c : public dBase_c { +class dWMShop_c : public dActor_c { public: dWMShop_c(); @@ -16,6 +16,8 @@ class dWMShop_c : public dBase_c { int onDelete(); int onExecute(); int onDraw(); + void specialDraw1(); + void specialDraw2(); bool layoutLoaded; m2d::EmbedLayout_c layout; |