summaryrefslogtreecommitdiffstats
path: root/src/autoflag.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/autoflag.h')
-rw-r--r--src/autoflag.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/autoflag.h b/src/autoflag.h
index c73d368..4ef0fe4 100644
--- a/src/autoflag.h
+++ b/src/autoflag.h
@@ -12,12 +12,18 @@
// * 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/.// autoflag.h
+// * along with this program. If not, see http://www.gnu.org/licenses/.
+
+// autoflag.h
#ifndef _AUTOFLAG_H_
#define _AUTOFLAG_H_
+#include "auto.h"
+#include "misc.h"
+
+
class CInstanceManager;
class CD3DEngine;
class CParticule;
@@ -25,8 +31,6 @@ class CTerrain;
class CCamera;
class CObject;
-enum ObjectType;
-
class CAutoFlag : public CAuto