Relocate porymapVersion

This commit is contained in:
GriffinR
2026-02-22 17:19:04 -05:00
parent fc15f2a27c
commit d33f5f3621
9 changed files with 19 additions and 5 deletions

View File

@@ -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
View File

@@ -0,0 +1,9 @@
#pragma once
#ifndef VERSION_H
#define VERSION_H
#include <QVersionNumber>
extern const QVersionNumber porymapVersion;
#endif // VERSION_H