mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-06 16:49:59 +01:00
10 lines
176 B
C++
10 lines
176 B
C++
#pragma once
|
|
#include "Utilities/event.h"
|
|
|
|
namespace rpcs3
|
|
{
|
|
extern event<void> oninit;
|
|
extern event<void> onstart;
|
|
extern event<void> onstop;
|
|
extern event<void> onpause;
|
|
} |