summaryrefslogtreecommitdiffstats
path: root/src/cloud.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cloud.h')
-rw-r--r--src/cloud.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cloud.h b/src/cloud.h
index f5f3b51..b912670 100644
--- a/src/cloud.h
+++ b/src/cloud.h
@@ -14,10 +14,15 @@
// * You should have received a copy of the GNU General Public License
// * along with this program. If not, see http://www.gnu.org/licenses/.
+// cloud.h
+
#ifndef _CLOUD_H_
#define _CLOUD_H_
+#include "struct.h"
+
+
class CInstanceManager;
class CD3DEngine;
class CTerrain;