Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 28, 2007, 11:33:10 PM (17 years ago)
Author:
rgrieder
Message:
  • the master has spoken…
  • misc/String.h is not anymore..
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/orxonox/hud/HUD.h

    r708 r715  
    2929#define _HUD_H__
    3030
     31#include <string>
     32
    3133#include <OgrePrerequisites.h>
    3234
    3335#include "../OrxonoxPrereqs.h"
    34 
    35 #include "misc/String.h"
    3636
    3737
     
    6161    int timeSec_;
    6262
    63     String targetWindowName_;
    64     String targetWindowStatus_;
     63    std::string targetWindowName_;
     64    std::string targetWindowStatus_;
    6565    int targetWindowDistance_;
    6666    int targetWindowHitRating_;
     
    9393
    9494    void setTime(int i, int j);
    95     void setTargetWindowName(String i);
    96     void setTargetWindowStatus(String i);
     95    void setTargetWindowName(std::string i);
     96    void setTargetWindowStatus(std::string i);
    9797    void setTargetWindowDistance(int i);
    9898    void setTargetWindowHitRating(int i);
Note: See TracChangeset for help on using the changeset viewer.