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