mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-01-19 04:58:27 +00:00
7 lines
117 B
C++
7 lines
117 B
C++
#pragma once
|
|
#include <string>
|
|
#include <string_view>
|
|
|
|
namespace Emulator {
|
|
constexpr char VERSION[] = "0.0.3 WIP";
|
|
} |