mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 22:47:03 +00:00
7 lines
76 B
C++
7 lines
76 B
C++
#include "stdafx.h"
|
|
#include "state.h"
|
|
|
|
namespace rpcs3
|
|
{
|
|
state_t state;
|
|
}
|