mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-06 16:49:59 +01:00
10 lines
140 B
C
10 lines
140 B
C
|
|
#pragma once
|
||
|
|
#include <string>
|
||
|
|
#include <cstdint>
|
||
|
|
#include <Utilities/version.h>
|
||
|
|
|
||
|
|
namespace rpcs3
|
||
|
|
{
|
||
|
|
extern const utils::version version;
|
||
|
|
}
|