adding gfx and ui stuff
This commit is contained in:
11
gfx/gfx-common.h
Normal file
11
gfx/gfx-common.h
Normal 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
|
||||
Reference in New Issue
Block a user