summaryrefslogtreecommitdiffstats
path: root/src/autoroot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/autoroot.h')
-rw-r--r--src/autoroot.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/autoroot.h b/src/autoroot.h
index f6874e8..eb3b284 100644
--- a/src/autoroot.h
+++ b/src/autoroot.h
@@ -12,12 +12,19 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see http://www.gnu.org/licenses/.// autoroot.h
+// * along with this program. If not, see http://www.gnu.org/licenses/.
+
+// autoroot.h
#ifndef _AUTOROOT_H_
#define _AUTOROOT_H_
+#include "auto.h"
+#include "misc.h"
+#include "d3denum.h"
+
+
class CInstanceManager;
class CD3DEngine;
class CParticule;
@@ -25,8 +32,6 @@ class CTerrain;
class CCamera;
class CObject;
-enum ObjectType;
-
class CAutoRoot : public CAuto