Changeset 146
- Timestamp:
- Nov 1, 2007, 9:53:36 PM (17 years ago)
- 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 27 27 28 28 29 #ifndef __Bullet__30 #define __Bullet__29 #ifndef BULLET_H 30 #define BULLET_H 31 31 32 32 #include "Ogre.h" … … 49 49 50 50 51 #endif 51 #endif /* BULLET_H */ -
code/branches/main_reto/include/Orxonox.h
r141 r146 27 27 28 28 29 #ifndef __Orxonox__30 #define __Orxonox__29 #ifndef ORXONOX_H 30 #define ORXONOX_H 31 31 32 32 #include "Ogre.h" 33 33 #include "OgreTimer.h" 34 34 35 #include " OgreControl.h"36 #include " RunManager.h"35 #include "ogre_control.h" 36 #include "run_manager.h" 37 37 38 38 class Orxonox … … 52 52 }; 53 53 54 #endif 54 #endif /* ORXONOX_H */ -
code/branches/main_reto/weapon_framework
- Property svn:ignore
-
old new 1 1 weapon_framework.ncb 2 weapon_framework.vcproj.RGRIEDERT60.rgrieder.user 3 weapon_framework.suo
-
- Property svn:ignore
-
code/branches/main_reto/weapon_framework/weapon_framework.vcproj
r136 r146 184 184 > 185 185 <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.c pp"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" 219 219 > 220 220 </File> … … 226 226 > 227 227 <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" 257 257 > 258 258 </File>
Note: See TracChangeset
for help on using the changeset viewer.