2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-06-06 23:13:27 +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