diff options
author | Treeki <treeki@gmail.com> | 2013-02-28 05:52:24 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2013-02-28 05:52:24 +0100 |
commit | 7cd2c9dc68ceeeefc8a35f43ee11a250592ca464 (patch) | |
tree | 49b61e419695e35089e05791794e449f2e41dfd5 /src/koopatlas/map.h | |
parent | 0a2acdf9ef641e01532b0cd7061ca844127f99a9 (diff) | |
download | kamek-7cd2c9dc68ceeeefc8a35f43ee11a250592ca464.tar.gz kamek-7cd2c9dc68ceeeefc8a35f43ee11a250592ca464.zip |
add effects to maps
Diffstat (limited to 'src/koopatlas/map.h')
-rw-r--r-- | src/koopatlas/map.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/koopatlas/map.h b/src/koopatlas/map.h index 82bee1f..8469afa 100644 --- a/src/koopatlas/map.h +++ b/src/koopatlas/map.h @@ -61,6 +61,9 @@ class dWMMap_c : public dBase_c { enum EffRenderCount { EFFECT_RENDERER_COUNT = 12 }; BGGMEffectRenderer effectRenderers[EFFECT_RENDERER_COUNT]; + mEf::es2 effects[7]; + void doEffects(); + mHeapAllocator_c allocator; m3d::mdl_c bgModel; m3d::anmTexSrt_c bgSrtAnm; |