mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-20 10:24:58 +00:00
10 lines
139 B
C++
10 lines
139 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
#include <string_view>
|
|
|
|
namespace Common {
|
|
|
|
constexpr char VERSION[] = "0.0.3 WIP";
|
|
|
|
} // namespace Common
|