тест гуи

This commit is contained in:
2026-05-04 21:53:44 +07:00
parent 0d6b240099
commit be69e53cdf
54 changed files with 7959 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#pragma once
#include "imgui.h"
class MyVisualizer
{
public:
void Render();
};