13 lines
217 B
C
13 lines
217 B
C
#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
|