2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-15 02:31:20 +00:00
metaforce/Runtime/ImGuiConsole.hpp
2021-05-29 18:45:07 -04:00

10 lines
127 B
C++

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