Changeset 3369 for tutorials/branches/0185_GEN_PHYSICS_REFACTOR_2/Tutorial5/Tutorial5/src/GameClient.hpp
- Timestamp:
- 02/05/10 15:50:32 (6 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
tutorials/branches/0185_GEN_PHYSICS_REFACTOR_2/Tutorial5/Tutorial5/src/GameClient.hpp
r3276 r3369 74 74 virtual const WindowHandle_type getHandle() const; 75 75 virtual void activateGameClientScriptModule(); 76 virtual Zen::Engine::Widgets::I_WidgetService& getWidgetService(); 77 virtual Zen::Engine::Rendering::I_RenderingCanvas& getRenderingCanvas(); 78 virtual bool initRenderingService(const std::string& _type, const std::string& _title, int _xRes, int _yRes); 79 virtual bool initTerrainService(const std::string& _type); 80 virtual bool initSkyService(const std::string& _type); 81 virtual bool initInputService(const std::string& _type); 82 virtual bool initWidgetService(const std::string& _type); 76 83 virtual bool init(); 77 84 virtual void run(); … … 82 89 public: 83 90 virtual Zen::Scripting::I_ObjectReference* getScriptObject(); 91 /// @} 92 93 /// @name I_ScriptableService implementation. 94 /// @{ 95 public: 96 virtual void registerScriptEngine(pScriptEngine_type _pScriptEngine); 84 97 /// @} 85 98
