1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-21 07:23:54 +00:00
openmw/apps/opencs/view/world/genericcreator.hpp

14 lines
No EOL
196 B
C++

#ifndef CSV_WORLD_GENERICCREATOR_H
#define CSV_WORLD_GENERICCREATOR_H
#include "creator.hpp"
namespace CSVWorld
{
class GenericCreator : public Creator
{
public:
};
}
#endif