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