1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-20 15:23:52 +00:00
openmw/apps/mwiniimporter/importer.hpp
2012-03-30 20:59:44 +02:00

17 lines
168 B
C++

#ifndef MWINIIMPORTER_IMPORTER
#define MWINIIMPORTER_IMPORTER 1
#include <string>
class MwIniImporter {
public:
void test();
private:
};
#endif