summaryrefslogtreecommitdiff
path: root/src/wm_map.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/wm_map.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/wm_map.h b/src/wm_map.h
index 2ca55a0..9fd269c 100644
--- a/src/wm_map.h
+++ b/src/wm_map.h
@@ -28,6 +28,12 @@ public:
void draw();
};
+class dPathTest_c : public m3d::proc_c {
+public:
+ void drawOpa();
+ void drawXlu();
+};
+
class dWMMap_c : public dBase_c {
public:
@@ -38,6 +44,8 @@ public:
mHeapAllocator_c allocator;
+ dPathTest_c pathTest;
+
WMSceneDataHeader *data;
WMSceneNode *nodes;