2014-04-24 01:43:57 +00:00
|
|
|
// 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[];
|
2014-04-24 02:04:33 +00:00
|
|
|
extern const char g_scm_branch[];
|
2014-04-24 01:43:57 +00:00
|
|
|
extern const char g_scm_desc[];
|
|
|
|
|
|
|
|
} // namespace
|