Even more refactoring

This commit is contained in:
2021-09-19 20:50:35 -07:00
parent 9912f0a15b
commit fae6cd04db
22 changed files with 120 additions and 114 deletions

View File

@ -7,11 +7,11 @@
#pragma once
#include "../libs.h"
#include "../game/game.h"
#include "framebuffer.h"
#include "primitive.h"
#include "shader.h"
#include "camera.h"
#include "../engine/engine.h"
#include "primitives/quad.h"
#include "../util/dynarray.h"