cross compile build script
[fishladder.git] / vg / vg_platform.h
index 280051942ee6cadf1f27e5b89fb83116f5c9b864..b1986b96d088e26732166a5020c6d6c2602e9d60 100644 (file)
@@ -17,10 +17,22 @@ typedef int                 v4i[4];
 typedef float          v2f[2];
 typedef float          v3f[3];
 typedef float          v4f[4];
+typedef v2f                    m2x2f[2];
 typedef v3f                    m3x3f[3];
 typedef v3f                    m4x3f[4];
 typedef v3f                    boxf[2];
 
+// Resource types
+typedef struct vg_tex2d vg_tex2d;
+
+struct vg_achievement
+{
+       int is_set;
+       const char *name;
+};
+
+#define vg_static_assert _Static_assert
+
 #define vg_list_size( A ) (sizeof(A)/sizeof(A[0]))
 
 // THREADING