#pragma once #include "Utilities/event.h" namespace rpcs3 { extern event oninit; extern event onstart; extern event onstop; extern event onpause; }