Moved GUI out of GUI.

This commit is contained in:
2021-08-30 09:38:24 -07:00
parent 7628417b72
commit 5369795134
45 changed files with 77 additions and 935 deletions

View File

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

View File

@ -8,10 +8,10 @@
#pragma once
#include <dawn/dawn.h>
#include "../texture.h"
#include "../primitive.h"
#include "../primitives/quad.h"
#include "../../util/mem.h"
#include "texture.h"
#include "primitive.h"
#include "primitives/quad.h"
#include "../util/mem.h"
/**
* Initializes Font from raw TTF data.