build.linux/
build.win32/
restricted/
+.temp_textures/
# ALLOW ============================
!.gitattributes
-2a31674e6ef11eebcc4fcfe9c7dce4b209b8d52c
\ No newline at end of file
+9eb56fad4ba8f05fbfd2220ac84733caf79a28ed
\ No newline at end of file
-b8f6d5ba1d692a126ef5e75761bb93a2488fc325
\ No newline at end of file
+b6fc80be87a9949d9ddcbb98c9a30685ea40941e
\ No newline at end of file
+++ /dev/null
-// Copyright (C) 2021 Harry Godden (hgn) - All Rights Reserved
-
-struct vg_vector_vert
-{
- u16 co[2]; // 8b
- u16 uv[2]; // 8b
- u32 colour; // 4b
- ui_rect clip; //64 8
-}