rpcsx/rpcs3/rpcs3qt/trophy_notification_frame.h
2018-08-13 16:16:34 +03:00

13 lines
296 B
C++

#pragma once
#include "stdafx.h"
#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);
};