getting text rendering working with stb_truetype
This commit is contained in:
12
src/common.h
Normal file
12
src/common.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef COMMON_H
|
||||
#define COMMON_H
|
||||
|
||||
#include "lib/djstdlib/core.h"
|
||||
#include "lib/raymath.h"
|
||||
|
||||
DefineList(RLVector2, RLVec2);
|
||||
DefineList(RLVector4, RLVec4);
|
||||
DefineList(real32, Float);
|
||||
DefineList(uint32, UInt32);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user