old-Testgame/renderer/shapes/float2D.h
2016-08-28 11:31:10 +02:00

7 lines
No EOL
102 B
C

#ifndef __SHAPES_FLOAT2D_H
#define __SHAPES_FLOAT2D_H
struct float2D {
float x;
float y;
};
#endif