The unified diff between revisions [bfc9e27f..] and [08a35a66..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'types.h'

#
# old_revision [bfc9e27f5c40da31ae4269394aaf0545e5856a70]
# new_revision [08a35a6680cdf8985cfb16fa6779ee6db7202a9c]
#
# patch "types.h"
#  from [36b3274ddc55e8a7879472b3977392bcb3da8521]
#    to [bce1f7a2b5361213ec22863c9d259353faeaaa70]
#
============================================================
--- types.h	36b3274ddc55e8a7879472b3977392bcb3da8521
+++ types.h	bce1f7a2b5361213ec22863c9d259353faeaaa70
@@ -9,4 +9,8 @@ typedef unsigned int size_t;
 
 typedef unsigned int size_t;
 
+typedef struct {
+    float x, y, z;
+} vec3f;
+
 #endif /* __TYPES_H */