Add project files.

This commit is contained in:
2026-08-25 00:20:49 -05:00
parent 126a593d08
commit f41953c42f
94 changed files with 82513 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#pragma once
struct r3d_Variant {
using RenderTime = double;
using NotificationSignal = unsigned int;
};