Did a lot of work on the engine
This commit is contained in:
@ -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
|
||||
|
@ -15,7 +15,6 @@
|
||||
#include "../spritebatch.h"
|
||||
#include "../shader.h"
|
||||
#include "../../input/input.h"
|
||||
#include "../../util/math.h"
|
||||
|
||||
/**
|
||||
* Creates a position debug tool.
|
||||
|
@ -8,7 +8,6 @@
|
||||
#pragma once
|
||||
#include <dawn/dawn.h>
|
||||
#include "../spritebatch.h"
|
||||
#include "../../util/math.h"
|
||||
|
||||
/**
|
||||
* Get the division for a given character.
|
||||
|
@ -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.
|
||||
|
Reference in New Issue
Block a user