2024-02-23 22:32:32 +01:00
|
|
|
// SPDX-FileCopyrightText: Copyright 2024 shadPS4 Emulator Project
|
|
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
|
2023-09-29 07:40:30 +02:00
|
|
|
#pragma once
|
2023-11-05 15:56:28 +01:00
|
|
|
|
2023-09-29 07:40:30 +02:00
|
|
|
#include <string>
|
|
|
|
#include <string_view>
|
|
|
|
|
2023-11-05 15:56:28 +01:00
|
|
|
namespace Common {
|
|
|
|
|
2024-03-25 08:09:39 +01:00
|
|
|
constexpr char VERSION[] = "0.0.4 WIP";
|
2023-11-05 15:56:28 +01:00
|
|
|
|
|
|
|
} // namespace Common
|