Changeset 977 for code/branches/network/src/orxonox/objects/Ambient.h
- Timestamp:
- Apr 3, 2008, 2:12:10 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/network/src/orxonox/objects/Ambient.h
r871 r977 5 5 6 6 #include "core/BaseObject.h" 7 #include "network/Synchronisable.h" 7 8 8 9 namespace orxonox 9 10 { 10 class _OrxonoxExport Ambient : public BaseObject 11 class _OrxonoxExport Ambient : public BaseObject, network::Synchronisable 11 12 { 12 13 public: … … 17 18 virtual void XMLPort(Element& xmlelement, bool loading); 18 19 void setAmbientLight(const ColourValue& colour); 20 bool create(); 21 void registerAllVariables(); 19 22 20 23 private: 21 24 ColourValue ambientLight_; 22 25 23 26 };
Note: See TracChangeset
for help on using the changeset viewer.