Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 28, 2007, 11:33:10 PM (16 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/particle/ParticleInterface.h

    r708 r715  
    11#ifndef _ParticleInterface_H__
    22#define _ParticleInterface_H__
     3
     4#include <string>
    35
    46// #include "ParticleInterface.h"
     
    1416
    1517#include "misc/Vector3.h"
    16 #include "misc/String.h"
    1718#include "misc/ColourValue.h"
    1819
     
    2526  public:
    2627
    27     ParticleInterface( Ogre::SceneManager *sceneManager, String name, String templateName );
     28    ParticleInterface( Ogre::SceneManager *sceneManager, std::string name, std::string templateName );
    2829    ~ParticleInterface( void );
    2930
Note: See TracChangeset for help on using the changeset viewer.