Kraken Math now called Hydra

This commit is contained in:
2018-04-22 23:11:50 -07:00
parent 8f17d17b35
commit 00bb9b6689
28 changed files with 305 additions and 304 deletions

View File

@@ -16,7 +16,7 @@
#endif // defined(KRAKEN_USE_OPENGL)
#include "../include/kraken-math.h"
#include "../include/hydra.h"
#define KRMIN(x,y) ((x) < (y) ? (x) : (y))
#define KRMAX(x,y) ((x) > (y) ? (x) : (y))