From: hgn Date: Fri, 28 Jan 2022 07:34:08 +0000 (+0000) Subject: cross compile build script X-Git-Url: https://harrygodden.com/git/?p=vg.git;a=commitdiff_plain;h=b5740880fe3ffe59546bb80173ad3a6e1312648e cross compile build script Former-commit-id: 3363633178b1eea582304742ad1202487af0feb1 --- diff --git a/.gitignore b/.gitignore index 42c290c..2f78cd6 100755 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ build.linux/ build.win32/ restricted/ +.temp_textures/ # ALLOW ============================ !.gitattributes diff --git a/build.sh.REMOVED.git-id b/build.sh.REMOVED.git-id index 66fd330..74800e4 100644 --- a/build.sh.REMOVED.git-id +++ b/build.sh.REMOVED.git-id @@ -1 +1 @@ -2a31674e6ef11eebcc4fcfe9c7dce4b209b8d52c \ No newline at end of file +9eb56fad4ba8f05fbfd2220ac84733caf79a28ed \ No newline at end of file diff --git a/fishladder.c.REMOVED.git-id b/fishladder.c.REMOVED.git-id index 706c672..315f27c 100644 --- a/fishladder.c.REMOVED.git-id +++ b/fishladder.c.REMOVED.git-id @@ -1 +1 @@ -b8f6d5ba1d692a126ef5e75761bb93a2488fc325 \ No newline at end of file +b6fc80be87a9949d9ddcbb98c9a30685ea40941e \ No newline at end of file diff --git a/vg/vg_vector.h b/vg/vg_vector.h deleted file mode 100644 index 384fdd9..0000000 --- a/vg/vg_vector.h +++ /dev/null @@ -1,9 +0,0 @@ -// 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 -}