From c9ff0496aec665b6bda7d145c4705caa4f500da1 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Mon, 6 Oct 2014 22:49:47 -0700 Subject: Switch script indexing from 2-based to 0-based --- src/generic/fwd.hpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/generic') 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 dumb_ptr; + +template +class Map; +template +class DMap; +template +class UPMap; } // namespace tmwa -- cgit v1.2.3-70-g09d2