adding gfx and ui stuff

This commit is contained in:
Daniel Ledda
2026-06-04 18:22:30 +02:00
parent d676c50961
commit 4dfac3f82f
48 changed files with 26734 additions and 3 deletions

11
gfx/gfx-common.h Normal file
View File

@@ -0,0 +1,11 @@
#ifndef DJSTDLIB_GFX_COMMON_H
#define DJSTDLIB_GFX_COMMON_H
#include "../core.h"
DefineList(Vec2, Vec2);
DefineList(Vec4, Vec4);
DefineList(real32, Float);
DefineList(uint32, UInt32);
#endif