mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-29 01:15:31 +00:00
15 lines
234 B
C++
15 lines
234 B
C++
#ifndef OPENMW_WORLDCONTROLLER_HPP
|
|
#define OPENMW_WORLDCONTROLLER_HPP
|
|
|
|
namespace mwmp
|
|
{
|
|
class WorldController
|
|
{
|
|
public:
|
|
|
|
WorldController();
|
|
~WorldController();
|
|
};
|
|
}
|
|
|
|
#endif //OPENMW_WORLDCONTROLLER_HPP
|