triangle?

This commit is contained in:
2026-02-10 23:51:27 -06:00
parent 1f22a661cd
commit 0244f463c4
11 changed files with 83 additions and 49 deletions

View File

@@ -1,5 +1,6 @@
#ifndef RENDERER_SDL3
#define RENDERER_SDL3
#ifdef RENDERER_SDL3
#ifndef RENDERER_SDL3_H
#define RENDERER_SDL3_H
#include "pch.hpp"
@@ -39,3 +40,4 @@ namespace Archimedes {
}
#endif
#endif