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

@ -6,7 +6,7 @@
#include <blah/graphics/shader.h>
#include <blah/graphics/mesh.h>
#include <blah/graphics/material.h>
#include <blah/numerics/color.h>
#include <blah/math/color.h>
#define BLAH_ASSERT_RENDERER() BLAH_ASSERT(Renderer::instance, "Renderer has not been created")