rpcsx/rpcs3/Emu/RSX/Overlays/overlay_compile_notification.h

11 lines
141 B
C++

#pragma once
namespace rsx
{
namespace overlays
{
void show_shader_compile_notification();
void show_ppu_compile_notification();
}
}