Display the correct version in the config menu

This commit is contained in:
Maschell
2022-09-19 16:06:38 +02:00
parent c89db187b6
commit a818088f14
5 changed files with 21 additions and 1 deletions

View File

@@ -1,12 +1,16 @@
#pragma once
#include "plugin/PluginContainer.h"
#include "utils/ConfigUtils.h"
#include "version.h"
#include <forward_list>
#include <memory>
#include <mutex>
#include <vector>
#include <wums/defines/relocation_defines.h>
#define VERSION "v0.1"
#define VERSION_FULL VERSION VERSION_EXTRA
extern StoredBuffer gStoredTVBuffer;
extern StoredBuffer gStoredDRCBuffer;