Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 4, 2007, 5:00:41 PM (16 years ago)
Author:
rgrieder
Message:
  • added namespace Orxonox to every file
    • removed all the "using namespace Ogre" in the header files
  • cleaned up with the includes: attempt to include as little as possible to reduce compile time.
    • created a header file: orxonox_prerequisites.h
    • used OgrePrerequisites in the header files
    • avoided including "Ogre.h", using separate files instead
  • created empty class: AmmunitionDump
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/main_reto_vs05/scripts/weapon_framework.vcproj

    r157 r161  
    184184                        >
    185185                        <File
     186                                RelativePath="..\src\ammunition_dump.cc"
     187                                >
     188                        </File>
     189                        <File
    186190                                RelativePath="..\src\bullet.cc"
    187191                                >
     
    226230                        >
    227231                        <File
     232                                RelativePath="..\include\ammunition_dump.h"
     233                                >
     234                        </File>
     235                        <File
    228236                                RelativePath="..\include\bullet.h"
    229237                                >
     
    239247                        <File
    240248                                RelativePath="..\include\orxonox.h"
     249                                >
     250                        </File>
     251                        <File
     252                                RelativePath="..\include\orxonox_prerequisites.h"
    241253                                >
    242254                        </File>
Note: See TracChangeset for help on using the changeset viewer.