summaryrefslogtreecommitdiffstats
path: root/src/autoenergy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/autoenergy.h')
-rw-r--r--src/autoenergy.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/autoenergy.h b/src/autoenergy.h
index 2601ef4..dd920fb 100644
--- a/src/autoenergy.h
+++ b/src/autoenergy.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/.// autoenergy.h
+// * along with this program. If not, see http://www.gnu.org/licenses/.
+
+// autoenergy.h
#ifndef _AUTOENERGY_H_
#define _AUTOENERGY_H_
+#include "auto.h"
+#include "misc.h"
+
+
class CInstanceManager;
class CD3DEngine;
class CParticule;