feat(core)!: move types.h to core/types.h and modify include paths
accordingly
This commit is contained in:
parent
c0afc54ca1
commit
0fc18b04d5
8 changed files with 31 additions and 7 deletions
|
|
@ -5,7 +5,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
#include "../types.h"
|
||||
#include "../core/types.h"
|
||||
|
||||
#define PI 3.14159265358979323846
|
||||
#define RAD(deg) deg * (PI / 180.0f)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue