thunderbrew/src/console/Console.hpp
2023-04-15 16:03:58 -05:00

14 lines
267 B
C++

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