porymap/include/core/mapconnection.h

14 lines
194 B
C
Raw Normal View History

#ifndef MAPCONNECTION_H
#define MAPCONNECTION_H
#include <QString>
class MapConnection {
public:
QString direction;
QString offset;
QString map_name;
};
#endif // MAPCONNECTION_H