Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 12, 2007, 12:35:52 AM (18 years ago)
Author:
scheusso
Message:

preparing clone mode for game (one server steers, all clients view ;) )

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/network/Synchronisable.h

    r346 r459  
    1717
    1818#include "orxonox/core/IdentifierIncludes.h"
     19#include "orxonox/core/OrxonoxClass.h"
    1920
    2021namespace network {
     
    3940 * @author Oliver Scheuss
    4041*/
    41 class Synchronisable{
     42class Synchronisable : public orxonox::OrxonoxClass{
    4243public:
    4344  Synchronisable();
Note: See TracChangeset for help on using the changeset viewer.