Files
2026-08-25 15:18:47 -05:00

8 lines
156 B
C++

#pragma once
#include <iostream>
struct r3d_Variant {
using RenderTime = double;
using NotificationSignal = unsigned int;
using String = std::string;
};