mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
15 lines
162 B
C
15 lines
162 B
C
![]() |
#pragma once
|
||
|
|
||
|
#include "Common.h"
|
||
|
#include "ImageData.h"
|
||
|
|
||
|
NS_BF_BEGIN;
|
||
|
|
||
|
class BFIData : ImageData
|
||
|
{
|
||
|
public:
|
||
|
void Compress(ImageData* source);
|
||
|
};
|
||
|
|
||
|
NS_BF_END;
|