First commit

This commit is contained in:
2025-11-02 18:11:55 -06:00
commit 0190f7223c
14 changed files with 919 additions and 0 deletions

6
src/plugin.cpp Normal file
View File

@@ -0,0 +1,6 @@
#include "gfx.hpp"
namespace Tesses::CrossLang::GFX
{
CROSSLANG_PLUGIN(RegisterGFX);
}