Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
images_server.cpp
Go to the documentation of this file.
1 #include "cmd/images.h"
2 
3 template < typename BOGUS >
5 {
6  if (pExplosion)
7  delete pExplosion;
9 }
10 
11 //explicit instantiation needed
12 template struct UnitImages<void>;