1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-25 06:35:30 +00:00

10 lines
141 B
C++
Raw Normal View History

2011-11-12 15:58:22 -05:00
#ifndef _GAME_RENDER_NPCS_H
#define _GAME_RENDER_NPCS_H
2011-11-02 00:13:33 -04:00
#include <openengine/ogre/renderer.hpp>
2011-10-31 23:59:16 -04:00
namespace MWRender{
class Npcs{
};
}
2011-11-12 15:58:22 -05:00
#endif