Adding current renderer from gamejam project

This commit is contained in:
2026-08-30 17:16:43 -05:00
commit 761fa6ca21
10 changed files with 471 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
#pragma once
#include <RmlUi/Core/Context.h>
void ForwardInputToRml(Rml::Context *context);