#pragma once #include "stdafx.h" #include "Emu/Memory/vm.h" #include "Emu/Cell/Modules/sceNpTrophy.h" #include class trophy_notification_frame : public QWidget { public: trophy_notification_frame(const std::vector& imgBuffer, const SceNpTrophyDetails& trophy, int height); };