X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fxgl.h;h=9a2308b74455ccf4190d7b1297753a8f4a5790db;hb=ff8e2d7dab918d2e303f941fad00dee6bb80544e;hp=eba42b54e1cd515f0830a73da86dbb8c817c5a08;hpb=41765ea063cbab26ae05e7259ffc8a7c85db2f5d;p=gbajam22 diff --git a/src/xgl.h b/src/xgl.h index eba42b5..9a2308b 100644 --- a/src/xgl.h +++ b/src/xgl.h @@ -1,6 +1,6 @@ /* -blender for the Gameboy Advance -Copyright (C) 2021 John Tsiombikas +gbajam22 entry for the Gameboy Advance +Copyright (C) 2022 John Tsiombikas This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -37,7 +37,8 @@ enum { struct xvertex { int32_t x, y, z; int32_t nx, ny, nz; - unsigned char cidx; + int32_t tx, ty; + int32_t lit; }; void xgl_init(void);