mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
14 lines
143 B
C++
14 lines
143 B
C++
#pragma once
|
|
|
|
#include "ImageData.h"
|
|
|
|
NS_BF_BEGIN;
|
|
|
|
class TGAData : public ImageData
|
|
{
|
|
public:
|
|
public:
|
|
bool ReadData();
|
|
};
|
|
|
|
NS_BF_END;
|