summaryrefslogtreecommitdiff
path: root/src/generic/fwd.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/generic/fwd.hpp')
-rw-r--r--src/generic/fwd.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/generic/fwd.hpp b/src/generic/fwd.hpp
index 3215903..cec6bd4 100644
--- a/src/generic/fwd.hpp
+++ b/src/generic/fwd.hpp
@@ -26,4 +26,11 @@ namespace tmwa
// meh, add more when I feel like it
template<class T>
class dumb_ptr;
+
+template<class K, class V>
+class Map;
+template<class K, class V>
+class DMap;
+template<class K, class V>
+class UPMap;
} // namespace tmwa