1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-05-17 14:11:28 +00:00
openmw/apps/openmw/mwclass/light.hpp
2010-08-03 15:24:44 +02:00

17 lines
233 B
C++

#ifndef GAME_MWCLASS_LIGHT_H
#define GAME_MWCLASS_LIGHT_H
#include "../mwworld/class.hpp"
namespace MWClass
{
class Light : public MWWorld::Class
{
public:
static void registerSelf();
};
}
#endif