mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-03 23:30:02 +01:00
13 lines
296 B
C++
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);
|
|
}; |