More refactoring.

This commit is contained in:
2021-09-18 23:14:58 -07:00
parent 2b7446b818
commit 2884650eb3
8 changed files with 8 additions and 8 deletions

View File

@ -6,7 +6,7 @@
*/
#pragma once
#include <dawn/dawn.h>
#include "../libs.h"
#include "../util/string.h"
#include "../file/asset.h"
#include "../file/csv.h"

View File

@ -6,7 +6,7 @@
*/
#pragma once
#include <dawn/dawn.h>
#include "../libs.h"
#include "sphere.h"
#include "../input/input.h"

View File

@ -6,7 +6,7 @@
*/
#pragma once
#include <dawn/dawn.h>
#include "../libs.h"
#include "vector.h"
/**

View File

@ -6,7 +6,7 @@
*/
#pragma once
#include <dawn/dawn.h>
#include "../libs.h"
/**
* Calculate the distance between two points in 2D space.

View File

@ -6,7 +6,7 @@
*/
#pragma once
#include <dawn/dawn.h>
#include "../../libs.h"
#include "../../display/animation/queue.h"
#include "../bet.h"

View File

@ -6,7 +6,7 @@
*/
#pragma once
#include <dawn/dawn.h>
#include "../../libs.h"
#include "../../display/animation/queue.h"
#include "../dealer.h"

View File

@ -6,7 +6,7 @@
*/
#pragma once
#include <dawn/dawn.h>
#include "../../libs.h"
#include "../../display/animation/queue.h"
#include "../dealer.h"

View File

@ -4,7 +4,7 @@
// https://opensource.org/licenses/MIT
#pragma once
#include <dawn/dawn.h>
#include "../../libs.h"
#include "../../display/animation/queue.h"
#include "../bet.h"