Sirikata
liboh/include/sirikata/oh/Simulation.hpp
Go to the documentation of this file.
00001 // Copyright (c) 2011 Sirikata Authors. All rights reserved.
00002 // Use of this source code is governed by a BSD-style license that can
00003 // be found in the LICENSE file.
00004 
00005 #ifndef _SIRIKATA_LIBPROXYOBJECT_SIMULATION_HPP_
00006 #define _SIRIKATA_LIBPROXYOBJECT_SIMULATION_HPP_
00007 
00008 #include <sirikata/proxyobject/Platform.hpp>
00009 #include <sirikata/proxyobject/Invokable.hpp>
00010 #include <sirikata/core/service/Service.hpp>
00011 
00012 namespace Sirikata {
00013 
00014 class Simulation : public Service, public Invokable {
00015 };
00016 
00017 }
00018 
00019 #endif //_SIRIKATA_LIBPROXYOBJECT_SIMULATION_HPP_