Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 15, 2008, 10:54:25 AM (16 years ago)
Author:
rgrieder
Message:
  • removed obsolete Convert.h includes (possibly from old XML loading)
  • replaced tabs in audio library, plus minor code cleanup because removing the tabs screwed layout
  • replaced all "#define name number" with "const Type name = number" if possible
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/gui/OgreCEGUITexture.h

    r1755 r1784  
    2424    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    2525*************************************************************************/
    26 #ifndef _OgreCEGUITexture_h_
    27 #define _OgreCEGUITexture_h_
     26#ifndef _OgreCEGUITexture_H__
     27#define _OgreCEGUITexture_H__
    2828
    2929#include <CEGUIBase.h>
     
    177177
    178178
    179 #endif  // end of guard _OgreCEGUITexture_h_
     179#endif  // end of guard _OgreCEGUITexture_H__
Note: See TracChangeset for help on using the changeset viewer.