]> icculus.org git repositories - taylor/freespace2.git/blob - src/helped/tga.cpp
Initial revision
[taylor/freespace2.git] / src / helped / tga.cpp
1 // Tga.cpp: implementation of the CTga class.
2 //
3 //////////////////////////////////////////////////////////////////////
4
5 #include "stdafx.h"
6 #include "helped.h"
7 #include "tga.h"
8
9 #ifdef _DEBUG
10 #undef THIS_FILE
11 static char THIS_FILE[]=__FILE__;
12 #define new DEBUG_NEW
13 #endif
14
15 //////////////////////////////////////////////////////////////////////
16 // Construction/Destruction
17 //////////////////////////////////////////////////////////////////////
18
19 CTga::CTga()
20 {
21
22 }
23
24 CTga::~CTga()
25 {
26
27 }