mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-05 16:20:22 +01:00
* Added version number and branch name to gs_frame and log file. This also involved making the files that generate git-version.h , get the branch.
11 lines
167 B
C++
11 lines
167 B
C++
#pragma once
|
|
#include <string>
|
|
#include <cstdint>
|
|
#include <Utilities/version.h>
|
|
|
|
namespace rpcs3
|
|
{
|
|
std::string get_branch();
|
|
|
|
extern const utils::version version;
|
|
} |