#ifndef PARTICLE_PARTICLE #define PARTICLE_PARTICLE struct Particle { float pos_x; float pos_y; float dir_x; float dir_y; }; #endif // PARTICLE_PARTICLE