rpcsx/rpcs3/rpcs3qt/trophy_notification_frame.h

13 lines
296 B
C
Raw Normal View History

#pragma once
#include "stdafx.h"
2018-07-27 22:07:34 +03:00
#include "Emu/Memory/vm.h"
#include "Emu/Cell/Modules/sceNpTrophy.h"
#include <QWidget>
class trophy_notification_frame : public QWidget
{
public:
trophy_notification_frame(const std::vector<uchar>& imgBuffer, const SceNpTrophyDetails& trophy, int height);
};