Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/orxonox/objects/Skybox.h @ 861

Last change on this file since 861 was 790, checked in by nicolasc, 17 years ago

merged FICN back into trunk
awaiting release.

File size: 489 bytes
RevLine 
[673]1#ifndef _Skybox_H__
2#define _Skybox_H__
[507]3
[708]4#include "../OrxonoxPrereqs.h"
5
[774]6#include "core/BaseObject.h"
[507]7
[708]8class TiXmlElement; // Forward declaration
9
[507]10namespace orxonox
11{
[729]12    class _OrxonoxExport Skybox : public BaseObject
[507]13    {
14        public:
15            Skybox();
16            virtual ~Skybox();
17
18           
19            void loadParams(TiXmlElement* xmlElem);
20
21        private:
22           
23
24    };
[729]25    ExportClass(Skybox, Orxonox);
[507]26}
27
[673]28#endif /* _Skybox_H__ */
Note: See TracBrowser for help on using the repository browser.