From 680af178196217bdd255d2bc851f240983144ac1 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Sun, 10 Jun 2012 00:18:08 +0200 Subject: Fixed include paths and CMakeLists.txt Additionally, changed #ifndef to #pragma once everywhere --- src/graphics/common/pyro.h | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'src/graphics/common/pyro.h') diff --git a/src/graphics/common/pyro.h b/src/graphics/common/pyro.h index 5eac0c9..e33b46a 100644 --- a/src/graphics/common/pyro.h +++ b/src/graphics/common/pyro.h @@ -16,13 +16,12 @@ // pyro.h -#ifndef _PYRO_H_ -#define _PYRO_H_ +#pragma once -#include "d3dengine.h" -#include "object.h" -#include "misc.h" +#include "graphics/d3d/d3dengine.h" +#include "object/object.h" +#include "common/misc.h" class CInstanceManager; @@ -171,5 +170,3 @@ protected: float m_crashSphereRadius[50]; }; - -#endif //_PYRO_H_ -- cgit v1.2.3-1-g7c22