Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 21, 2008, 5:53:09 PM (16 years ago)
Author:
scheusso
Message:
  • some adjustments in client handling (we use unsigned int as id now everywhere)
  • fixed a problem with clientinformation
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/objecthierarchy/src/orxonox/objects/Test.h

    r1958 r1990  
    3636namespace orxonox
    3737{
    38   class _OrxonoxExport Test: public BaseObject, virtual public network::Synchronisable
     38  class _OrxonoxExport Test: public BaseObject, public network::Synchronisable
    3939  {
    4040    public:
     
    6060}
    6161
    62 #endif /* _PlayerInfo_H__ */
     62#endif /* _Test_H__ */
Note: See TracChangeset for help on using the changeset viewer.