Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 3, 2008, 12:52:48 PM (16 years ago)
Author:
scheusso
Message:

Made some adjustments because of synchronisable (mostly in skybox)

File:
1 edited

Legend:

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

    r871 r974  
    55
    66#include "core/BaseObject.h"
     7#include "network/Synchronisable.h"
    78
    89class TiXmlElement; // Forward declaration
     
    1011namespace orxonox
    1112{
    12     class _OrxonoxExport Skybox : public BaseObject
     13    class _OrxonoxExport Skybox : public BaseObject, public network::Synchronisable
    1314    {
    1415        public:
     
    1920            virtual void XMLPort(Element& xmlelement, bool loading);
    2021            void setSkybox(const std::string& skyboxname);
     22           
     23            bool create();
     24            void registerAllVariables();
    2125
    2226        private:
     27            std::string skyboxSrc_;
    2328
    2429
Note: See TracChangeset for help on using the changeset viewer.