2016-05-07 21:38:52 +03:00
|
|
|
#pragma once
|
|
|
|
|
#include <string>
|
|
|
|
|
#include <cstdint>
|
|
|
|
|
#include <Utilities/version.h>
|
|
|
|
|
|
|
|
|
|
namespace rpcs3
|
|
|
|
|
{
|
2017-09-16 12:54:25 +01:00
|
|
|
std::string get_branch();
|
|
|
|
|
|
2016-05-07 21:38:52 +03:00
|
|
|
extern const utils::version version;
|
2017-09-20 12:58:34 +03:00
|
|
|
}
|