started adding a translator

This commit is contained in:
unknown
2026-08-25 15:18:47 -05:00
parent 0c96d5cbdb
commit 03100e4a1a
8 changed files with 63 additions and 4 deletions
+2
View File
@@ -1,6 +1,8 @@
#pragma once
#include <iostream>
struct r3d_Variant {
using RenderTime = double;
using NotificationSignal = unsigned int;
using String = std::string;
};