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