Did a lot of work on the engine

This commit is contained in:
2021-05-16 11:22:45 -07:00
parent 80f9cc4328
commit e958f509ab
46 changed files with 960 additions and 362 deletions

View File

@ -5,7 +5,6 @@
#pragma once
#include <dawn/dawn.h>
#include "../util/math.h"
/**
* Make a camera look at a position in world space while itself being positioned

View File

@ -15,7 +15,6 @@
#include "../spritebatch.h"
#include "../shader.h"
#include "../../input/input.h"
#include "../../util/math.h"
/**
* Creates a position debug tool.

View File

@ -8,7 +8,6 @@
#pragma once
#include <dawn/dawn.h>
#include "../spritebatch.h"
#include "../../util/math.h"
/**
* Get the division for a given character.

View File

@ -7,7 +7,6 @@
#include <dawn/dawn.h>
#include "primitive.h"
#include "primitives/quad.h"
#include "../util/math.h"
/**
* Creates a new Sprite Batch made of standard quads.