mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-26 18:47:07 -05:00
Relocate porymapVersion
This commit is contained in:
@@ -4,12 +4,9 @@
|
||||
|
||||
#include <QJsonObject>
|
||||
#include <QString>
|
||||
#include <QVersionNumber>
|
||||
|
||||
#include "fieldmanager.h"
|
||||
|
||||
extern const QVersionNumber porymapVersion;
|
||||
|
||||
class KeyValueConfigBase
|
||||
{
|
||||
public:
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
#define CONVERTER_H
|
||||
|
||||
#include <QJsonValue>
|
||||
#include <QVersionNumber>
|
||||
|
||||
#include "magic_enum.hpp"
|
||||
#include "orderedset.h"
|
||||
#include "scriptsettings.h"
|
||||
|
||||
9
include/core/version.h
Normal file
9
include/core/version.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
#ifndef VERSION_H
|
||||
#define VERSION_H
|
||||
|
||||
#include <QVersionNumber>
|
||||
|
||||
extern const QVersionNumber porymapVersion;
|
||||
|
||||
#endif // VERSION_H
|
||||
Reference in New Issue
Block a user