From 97edcc167442dbb794191cbb2f722e0a02f1d159 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Fri, 23 Mar 2012 19:43:42 +0100 Subject: Fixes in auto* modules - fixed missing #includes and case in file names - fixed syntax errors reported by GCC - did not fix issues #8 and #17 --- src/autohuston.h | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'src/autohuston.h') diff --git a/src/autohuston.h b/src/autohuston.h index a78ff91..0611eb2 100644 --- a/src/autohuston.h +++ b/src/autohuston.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/.// autohuston.h +// * along with this program. If not, see http://www.gnu.org/licenses/. + +// autohuston.h #ifndef _AUTOHUSTON_H_ #define _AUTOHUSTON_H_ +#include "auto.h" +#include "particule.h" + + class CInstanceManager; class CD3DEngine; class CParticule; @@ -25,8 +31,6 @@ class CTerrain; class CCamera; class CObject; -enum ParticuleType; - typedef struct -- cgit v1.2.3-1-g7c22