fix logger
Some checks failed
Run ReCI Build Test / Explore-Gitea-Actions (push) Failing after 1m45s

This commit is contained in:
2024-09-17 23:19:55 -04:00
parent 58e432b9c3
commit 5fc4914180
6 changed files with 30 additions and 30 deletions

View File

@@ -25,7 +25,6 @@
#include <J3ML/Geometry/Sphere.hpp>
#include <J3ML/Geometry/Capsule.hpp>
#include <J3ML/Geometry/Triangle2D.hpp>
#include "JGL/logger/logger.hpp"
/// OpenGL Wrapper for rendering 2D & 3D graphics in both a 2D and 3D context.
namespace JGL {

View File

@@ -1,6 +1,6 @@
#pragma once
#include "jlog/Logger.hpp"
#include <jlog/Logger.hpp>
namespace JGL::Logger {
using namespace jlog;