Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 146


Ignore:
Timestamp:
Nov 1, 2007, 9:53:36 PM (16 years ago)
Author:
rgrieder
Message:
 
Location:
code/branches/main_reto
Files:
15 added
17 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • code/branches/main_reto/include/Bullet.h

    r141 r146  
    2727
    2828
    29 #ifndef __Bullet__
    30 #define __Bullet__
     29#ifndef BULLET_H
     30#define BULLET_H
    3131
    3232#include "Ogre.h"
     
    4949
    5050
    51 #endif
     51#endif /* BULLET_H */
  • code/branches/main_reto/include/Orxonox.h

    r141 r146  
    2727
    2828
    29 #ifndef __Orxonox__
    30 #define __Orxonox__
     29#ifndef ORXONOX_H
     30#define ORXONOX_H
    3131
    3232#include "Ogre.h"
    3333#include "OgreTimer.h"
    3434
    35 #include "OgreControl.h"
    36 #include "RunManager.h"
     35#include "ogre_control.h"
     36#include "run_manager.h"
    3737
    3838class Orxonox
     
    5252};
    5353
    54 #endif
     54#endif /* ORXONOX_H */
  • code/branches/main_reto/weapon_framework

    • Property svn:ignore
      •  

        old new  
        11weapon_framework.ncb
         2weapon_framework.vcproj.RGRIEDERT60.rgrieder.user
         3weapon_framework.suo
  • code/branches/main_reto/weapon_framework/weapon_framework.vcproj

    r136 r146  
    184184                        >
    185185                        <File
    186                                 RelativePath="..\src\Bullet.cpp"
    187                                 >
    188                         </File>
    189                         <File
    190                                 RelativePath="..\src\CameraManager.cpp"
    191                                 >
    192                         </File>
    193                         <File
    194                                 RelativePath="..\src\main.cpp"
    195                                 >
    196                         </File>
    197                         <File
    198                                 RelativePath="..\src\OgreControl.cpp"
    199                                 >
    200                         </File>
    201                         <File
    202                                 RelativePath="..\src\Orxonox.cpp"
    203                                 >
    204                         </File>
    205                         <File
    206                                 RelativePath="..\src\OrxonoxScene.cpp"
    207                                 >
    208                         </File>
    209                         <File
    210                                 RelativePath="..\src\OrxonoxShip.cpp"
    211                                 >
    212                         </File>
    213                         <File
    214                                 RelativePath="..\src\RunManager.cpp"
    215                                 >
    216                         </File>
    217                         <File
    218                                 RelativePath="..\src\WeaponManager.cpp"
     186                                RelativePath="..\src\bullet.cc"
     187                                >
     188                        </File>
     189                        <File
     190                                RelativePath="..\src\camera_manager.cc"
     191                                >
     192                        </File>
     193                        <File
     194                                RelativePath="..\src\main.cc"
     195                                >
     196                        </File>
     197                        <File
     198                                RelativePath="..\src\ogre_control.cc"
     199                                >
     200                        </File>
     201                        <File
     202                                RelativePath="..\src\orxonox.cc"
     203                                >
     204                        </File>
     205                        <File
     206                                RelativePath="..\src\orxonox_scene.cc"
     207                                >
     208                        </File>
     209                        <File
     210                                RelativePath="..\src\orxonox_ship.cc"
     211                                >
     212                        </File>
     213                        <File
     214                                RelativePath="..\src\run_manager.cc"
     215                                >
     216                        </File>
     217                        <File
     218                                RelativePath="..\src\weapon_manager.cc"
    219219                                >
    220220                        </File>
     
    226226                        >
    227227                        <File
    228                                 RelativePath="..\include\Bullet.h"
    229                                 >
    230                         </File>
    231                         <File
    232                                 RelativePath="..\include\CameraManager.h"
    233                                 >
    234                         </File>
    235                         <File
    236                                 RelativePath="..\include\OgreControl.h"
    237                                 >
    238                         </File>
    239                         <File
    240                                 RelativePath="..\include\Orxonox.h"
    241                                 >
    242                         </File>
    243                         <File
    244                                 RelativePath="..\include\OrxonoxScene.h"
    245                                 >
    246                         </File>
    247                         <File
    248                                 RelativePath="..\include\OrxonoxShip.h"
    249                                 >
    250                         </File>
    251                         <File
    252                                 RelativePath="..\include\RunManager.h"
    253                                 >
    254                         </File>
    255                         <File
    256                                 RelativePath="..\include\WeaponManager.h"
     228                                RelativePath="..\include\bullet.h"
     229                                >
     230                        </File>
     231                        <File
     232                                RelativePath="..\include\camera_manager.h"
     233                                >
     234                        </File>
     235                        <File
     236                                RelativePath="..\include\ogre_control.h"
     237                                >
     238                        </File>
     239                        <File
     240                                RelativePath="..\include\orxonox.h"
     241                                >
     242                        </File>
     243                        <File
     244                                RelativePath="..\include\orxonox_scene.h"
     245                                >
     246                        </File>
     247                        <File
     248                                RelativePath="..\include\orxonox_ship.h"
     249                                >
     250                        </File>
     251                        <File
     252                                RelativePath="..\include\run_manager.h"
     253                                >
     254                        </File>
     255                        <File
     256                                RelativePath="..\include\weapon_manager.h"
    257257                                >
    258258                        </File>
Note: See TracChangeset for help on using the changeset viewer.