mElite  1.0
An Elite clone based on TextElite by Jan-Philipp Kappmeier and Melanie Schmidt.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
TextureLoaderTGA.h
Go to the documentation of this file.
1 
6 #pragma once
7 
8 #include "TextureLoader.h"
9 #include <string>
10 
12 
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 };