Joining the two logics together slowly.

This commit is contained in:
2021-07-28 09:22:58 -07:00
parent cf4d4cd710
commit c3b0ad7950
35 changed files with 405 additions and 51 deletions

View File

@ -5,6 +5,9 @@
#pragma once
// Settings
#include "settings.h"
// Static Libs
#include <cglm/cglm.h>
#include <glad/glad.h>