Initial shader class & restructure
All checks were successful
Run ReCI Build Test / Explore-Gitea-Actions (push) Successful in 2m38s

This commit is contained in:
2024-08-23 12:25:46 -04:00
parent 6650af4fc4
commit f3c2fd5e93
12 changed files with 180 additions and 11 deletions

View File

@@ -4,7 +4,7 @@
#include <Colors.hpp>
#include <chrono>
#include <J3ML/LinearAlgebra/Vector2.hpp>
#include <JGL/Font.h>
#include <JGL/types/Font.h>
#include <jlog/jlog.hpp>
#include <ReTexture/Texture.h>