shadPS4/src/common/version.h

11 lines
139 B
C
Raw Normal View History

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