source: GTP/trunk/App/Demos/Illum/explosion_DX/Particle.cpp @ 1485

Revision 1485, 117 bytes checked in by szirmay, 18 years ago (diff)
Line 
1#include "dxstdafx.h"
2#include ".\particle.h"
3
4Particle::Particle(void)
5{
6}
7
8Particle::~Particle(void)
9{
10}
Note: See TracBrowser for help on using the repository browser.