openmw-tes3coop/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