mElite
1.0
An Elite clone based on TextElite by Jan-Philipp Kappmeier and Melanie Schmidt.
Main Page
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
mElite
TextureLoaderTGA.h
Go to the documentation of this file.
1
6
#pragma once
7
8
#include "
TextureLoader.h
"
9
#include <string>
10
12
17
class
TextureLoaderTGA
:
18
public
TextureLoader
{
19
public
:
20
TextureLoaderTGA
(
void
);
21
~TextureLoaderTGA
(
void
);
22
bool
load
(
const
std::string& filename );
23
bool
write
(
const
std::string& filename );
24
private
:
25
};
Generated on Tue Oct 2 2012 14:38:38 for mElite by
1.8.2