Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 3, 2008, 2:12:10 PM (17 years ago)
Author:
scheusso
Message:

more adjustments for synchronisation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network/src/orxonox/objects/Ambient.h

    r871 r977  
    55
    66#include "core/BaseObject.h"
     7#include "network/Synchronisable.h"
    78
    89namespace orxonox
    910{
    10     class _OrxonoxExport Ambient : public BaseObject
     11    class _OrxonoxExport Ambient : public BaseObject, network::Synchronisable
    1112    {
    1213        public:
     
    1718            virtual void XMLPort(Element& xmlelement, bool loading);
    1819            void setAmbientLight(const ColourValue& colour);
     20            bool create();
     21            void registerAllVariables();
    1922
    2023        private:
    21 
     24            ColourValue ambientLight_;
    2225
    2326    };
Note: See TracChangeset for help on using the changeset viewer.