Update internals.h
All checks were successful
Run ReCI Build Test / Explore-Gitea-Actions (push) Successful in 2m20s

msvc
This commit is contained in:
2024-12-17 13:58:07 -05:00
parent e33a51b7d4
commit 08b2dfbecc

View File

@@ -2,6 +2,7 @@
#pragma once
#include <glad/glad.h>
#include <array>
#include <J3ML/LinearAlgebra/Vector2.hpp>
#include <JGL/types/RenderTarget.h>
#include <JGL/types/Light.h>