Move core thirdparty files to thirdparty/{minizip,misc}

This commit is contained in:
Rémi Verschelde
2017-04-28 18:29:15 +02:00
parent 0a613ff970
commit 2398eb6ed4
43 changed files with 146 additions and 39 deletions

View File

@ -31,9 +31,10 @@
#define MATH_FUNCS_H
#include "math_defs.h"
#include "pcg.h"
#include "typedefs.h"
#include "thirdparty/misc/pcg.h"
#include <float.h>
#include <math.h>