b090422991
Nightly builds now have "Citra Nightly" in the titlebar Bleeding edge builds now have "Citra Bleeding Edge" in the titlebar
15 lines
311 B
C++
15 lines
311 B
C++
// Copyright 2014 Citra Emulator Project
|
|
// Licensed under GPLv2 or any later version
|
|
// 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[];
|
|
extern const char g_build_name[];
|
|
|
|
} // namespace
|