mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-09 21:42:13 +00:00
10 lines
156 B
C++
10 lines
156 B
C++
#ifndef _GAME_RENDER_CREATURES_H
|
|
#define _GAME_RENDER_CREATURES_H
|
|
#include <openengine/ogre/renderer.hpp>
|
|
|
|
namespace MWRender{
|
|
class Creatures{
|
|
|
|
};
|
|
}
|
|
#endif |