thunderbrew/src/console/Console.hpp

11 lines
184 B
C++
Raw Normal View History

#ifndef CONSOLE_CONSOLE_HPP
#define CONSOLE_CONSOLE_HPP
#include <cstdint>
int32_t ConsoleGetActive();
void ConsoleSetActive(int32_t active);
#endif // ifndef CONSOLE_CONSOLE_HPP