Tim Strasser пре 2 година
родитељ
комит
9a464804a7
1 измењених фајлова са 5 додато и 0 уклоњено
  1. 5 0
      includes/point.h

+ 5 - 0
includes/point.h

@@ -6,4 +6,9 @@ typedef struct {
     int y;
 } POINT;
 
+typedef struct {
+    float x;
+    float y;
+} POINTF;
+
 #endif // POINT_H