shadPS4/src/version.h

7 lines
113 B
C
Raw Normal View History

2023-09-29 07:40:30 +02:00
#pragma once
#include <string>
#include <string_view>
namespace Emulator {
constexpr char VERSION[] = "0.0.1";
}