summaryrefslogtreecommitdiffstats
path: root/src/autoradar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/autoradar.h')
-rw-r--r--src/autoradar.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/autoradar.h b/src/autoradar.h
index b923fbd..67ae4ca 100644
--- a/src/autoradar.h
+++ b/src/autoradar.h
@@ -14,10 +14,17 @@
// * You should have received a copy of the GNU General Public License
// * along with this program. If not, see http://www.gnu.org/licenses/.
+// autoradar.h
+
#ifndef _AUTORADAR_H_
#define _AUTORADAR_H_
+#include "auto.h"
+#include "misc.h"
+#include "d3denum.h"
+
+
class CInstanceManager;
class CD3DEngine;
class CParticule;