Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1373


Ignore:
Timestamp:
May 22, 2008, 3:26:06 PM (16 years ago)
Author:
rgrieder
Message:
  • HUD additions for msvc
Location:
code/branches/network
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network/src/orxonox/hud/BarOverlayElement.cc

    r1362 r1373  
    2626*/
    2727
     28#include "OrxonoxStableHeaders.h"
    2829#include <OgreOverlayManager.h>
    2930#include <OgreOverlayElement.h>
     
    128129
    129130
     131
  • code/branches/network/src/orxonox/hud/RadarObject.cc

    r1362 r1373  
    2626*/
    2727
     28#include "OrxonoxStableHeaders.h"
    2829#include "RadarObject.h"
    2930
  • code/branches/network/src/orxonox/hud/RadarOverlayElement.cc

    r1362 r1373  
    2626*/
    2727
     28#include "OrxonoxStableHeaders.h"
    2829#include "RadarOverlayElement.h"
    2930
  • code/branches/network/visual_studio/vc8/orxonox.vcproj

    r1293 r1373  
    188188                                >
    189189                                <File
     190                                        RelativePath="..\..\src\orxonox\hud\BarOverlayElement.cc"
     191                                        >
     192                                </File>
     193                                <File
    190194                                        RelativePath="..\..\src\orxonox\hud\HUD.cc"
     195                                        >
     196                                </File>
     197                                <File
     198                                        RelativePath="..\..\src\orxonox\hud\RadarObject.cc"
     199                                        >
     200                                </File>
     201                                <File
     202                                        RelativePath="..\..\src\orxonox\hud\RadarOverlayElement.cc"
    191203                                        >
    192204                                </File>
     
    450462                                >
    451463                                <File
     464                                        RelativePath="..\..\src\orxonox\hud\BarOverlayElement.h"
     465                                        >
     466                                </File>
     467                                <File
    452468                                        RelativePath="..\..\src\orxonox\hud\HUD.h"
     469                                        >
     470                                </File>
     471                                <File
     472                                        RelativePath="..\..\src\orxonox\hud\OverlayElementFactories.h"
     473                                        >
     474                                </File>
     475                                <File
     476                                        RelativePath="..\..\src\orxonox\hud\RadarObject.h"
     477                                        >
     478                                </File>
     479                                <File
     480                                        RelativePath="..\..\src\orxonox\hud\RadarOverlayElement.h"
    453481                                        >
    454482                                </File>
Note: See TracChangeset for help on using the changeset viewer.