Files
eden/src/common/scm_rev.h
T

14 lines
277 B
C++
Raw Normal View History

2014-04-23 18:43:57 -07:00
// Copyright 2014 Citra Emulator Project
2014-12-16 21:38:14 -08:00
// Licensed under GPLv2 or any later version
2014-04-23 18:43:57 -07:00
// Refer to the license.txt file included.
#pragma once
namespace Common {
extern const char g_scm_rev[];
extern const char g_scm_branch[];
2014-04-23 18:43:57 -07:00
extern const char g_scm_desc[];
} // namespace