shadPS4/src/version.h
georgemoralis 1e18efcd05 misc
2023-10-09 16:54:10 +03:00

7 lines
No EOL
117 B
C++

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