shadPS4/src/common/version.h

11 lines
139 B
C
Raw Normal View History

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