1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-10 06:39:49 +00:00
OpenMW/apps/mwiniimporter/importer.hpp
2012-03-30 20:59:44 +02:00

18 lines
168 B
C++

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