comparison ParticleEngine.h @ 1103:db395ce89ede

struct/class incostintency
author Grumpy7
date Mon, 27 May 2013 21:30:40 +0200
parents 710cf848ad24
children 613c77e51e38
comparison
equal deleted inserted replaced
1102:79010db96ade 1103:db395ce89ede
103 103
104 104
105 105
106 /* 110 */ 106 /* 110 */
107 #pragma pack(push, 1) 107 #pragma pack(push, 1)
108 struct ParticleEngine 108 class ParticleEngine
109 { 109 {
110 public:
110 ParticleEngine(); 111 ParticleEngine();
111 112
112 void ResetParticles(); 113 void ResetParticles();
113 void AddParticle(Particle_sw *a2); 114 void AddParticle(Particle_sw *a2);
114 void Draw(); 115 void Draw();