Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
images.cpp
Go to the documentation of this file.
1
#include "
cmd/images.h
"
2
3
4
template
<
typename
BOGUS >
//added by chuck starchaser, to try to break dependency to VSSprite in vegaserver
5
UnitImages<BOGUS>::~UnitImages
()
6
{
7
if
(pExplosion)
8
delete
pExplosion;
9
if
(pHudImage)
10
delete
pHudImage;
11
VSDESTRUCT1
12
}
13
14
//explicit instantiation needed
15
template
struct
UnitImages<void>
;
16
17
static
UnitImages<void>
bleh
;
src
cmd
images.cpp
Generated on Fri May 29 2015 23:07:14 for Vegastrike 0.5.1 rc1 by
1.8.4