mirror of
https://github.com/jpd002/Play-.git
synced 2025-05-02 07:27:59 +03:00
13 lines
216 B
C++
13 lines
216 B
C++
#pragma once
|
|
|
|
#include "../RegViewPage.h"
|
|
#include "Types.h"
|
|
|
|
class CGifPacketView : public CRegViewPage
|
|
{
|
|
public:
|
|
CGifPacketView(HWND, const RECT&);
|
|
virtual ~CGifPacketView();
|
|
|
|
void SetPacket(uint8*, uint32);
|
|
};
|