mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-02 07:22:24 +00:00
13 lines
267 B
C++
13 lines
267 B
C++
// SPDX-FileCopyrightText: Copyright 2024 shadPS4 Emulator Project
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
namespace Common {
|
|
|
|
extern const char g_scm_rev[];
|
|
extern const char g_scm_branch[];
|
|
extern const char g_scm_desc[];
|
|
|
|
} // namespace Common
|