mirror of
https://git.citron-emu.org/Citron/Citron.git
synced 2025-01-26 02:26:35 +01:00
15 lines
259 B
C
15 lines
259 B
C
|
// Copyright 2014 Citra Emulator Project
|
||
|
// Licensed under GPLv2
|
||
|
// Refer to the license.txt file included.
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
namespace Common {
|
||
|
|
||
|
extern const char g_scm_rev[];
|
||
|
extern const char g_scm_ref_spec[];
|
||
|
extern const char g_scm_desc[];
|
||
|
|
||
|
} // namespace
|
||
|
|