shadPS4/src/version.h
2023-10-22 00:20:51 +03:00

7 lines
117 B
C++

#pragma once
#include <string>
#include <string_view>
namespace Emulator {
constexpr char VERSION[] = "0.0.3 WIP";
}