mirror of
https://git.citron-emu.org/Citron/Citron.git
synced 2025-02-03 14:56:25 +01:00
13 lines
256 B
C++
13 lines
256 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_branch[];
|
|
extern const char g_scm_desc[];
|
|
|
|
} // namespace
|