#ifndef VELOCITY_H
#define VELOCITY_H
typedef struct velocity{
float x,y;
}velocity;
#endif // VELOCITY_H