mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01:00
10 lines
146 B
C++
10 lines
146 B
C++
#include "stdafx.h"
|
|
#include "events.h"
|
|
|
|
namespace rpcs3
|
|
{
|
|
event<void> oninit;
|
|
event<void> onstart;
|
|
event<void> onstop;
|
|
event<void> onpause;
|
|
} |