cleaned up Calc header, renamed numerics folder to math

This commit is contained in:
Noel Berry
2022-02-11 16:03:27 -08:00
parent cedc57e322
commit edee79b237
29 changed files with 192 additions and 333 deletions

View File

@ -2,7 +2,7 @@
#include <blah/streams/filestream.h>
#include <blah/filesystem.h>
#include <blah/common.h>
#include <blah/numerics/calc.h>
#include <blah/math/calc.h>
#define STBI_NO_STDIO
#define STBI_ONLY_ZLIB

View File

@ -1,6 +1,6 @@
#include <blah/images/font.h>
#include <blah/streams/filestream.h>
#include <blah/numerics/calc.h>
#include <blah/math/calc.h>
#include <blah/common.h>
using namespace Blah;