shadPS4/src/version.h

7 lines
117 B
C
Raw Normal View History

2023-09-29 05:40:30 +00:00
#pragma once
#include <string>
#include <string_view>
namespace Emulator {
2023-10-21 21:20:51 +00:00
constexpr char VERSION[] = "0.0.3 WIP";
2023-09-29 05:40:30 +00:00
}