forked from mirror/openmw-tes3mp
17 lines
168 B
C++
17 lines
168 B
C++
#ifndef MWINIIMPORTER_IMPORTER
|
|
#define MWINIIMPORTER_IMPORTER 1
|
|
|
|
#include <string>
|
|
|
|
class MwIniImporter {
|
|
|
|
public:
|
|
void test();
|
|
|
|
private:
|
|
|
|
|
|
};
|
|
|
|
|
|
#endif
|