8 lines
85 B
C++
8 lines
85 B
C++
#pragma once
|
|
#include "imgui.h"
|
|
|
|
class MyVisualizer
|
|
{
|
|
public:
|
|
void Render();
|
|
}; |