1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-29 08:15:33 +00:00
openmw-tes3mp/apps/openmw/mwrender/npcs.hpp

10 lines
141 B
C++
Raw Normal View History

2011-11-12 20:58:22 +00:00
#ifndef _GAME_RENDER_NPCS_H
#define _GAME_RENDER_NPCS_H
2011-11-02 04:13:33 +00:00
#include <openengine/ogre/renderer.hpp>
2011-11-01 03:59:16 +00:00
namespace MWRender{
class Npcs{
};
}
2011-11-12 20:58:22 +00:00
#endif