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