mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 02:40:00 +01:00
11 lines
125 B
C++
11 lines
125 B
C++
#ifndef IMGUIVISITOR_H
|
|
#define IMGUIVISITOR_H
|
|
|
|
|
|
class ImGuiVisitor
|
|
{
|
|
public:
|
|
ImGuiVisitor();
|
|
};
|
|
|
|
#endif // IMGUIVISITOR_H
|