2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-27 10:05:36 +00:00
metaforce/Runtime/ImGuiConsole.hpp

9 lines
85 B
C++

#pragma once
namespace metaforce {
class ImGuiConsole {
public:
void proc();
};
}