mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 19:28:43 +12:00
10 lines
No EOL
146 B
C++
10 lines
No EOL
146 B
C++
#include "stdafx.h"
|
|
#include "events.h"
|
|
|
|
namespace rpcs3
|
|
{
|
|
event<void> oninit;
|
|
event<void> onstart;
|
|
event<void> onstop;
|
|
event<void> onpause;
|
|
} |