shadPS4/src/common/version.h
2023-11-05 16:56:28 +02:00

11 lines
139 B
C++

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