mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
feat(console): add helpers for console active state
This commit is contained in:
parent
d67e13087a
commit
092ba0f881
2 changed files with 21 additions and 0 deletions
10
src/console/Console.hpp
Normal file
10
src/console/Console.hpp
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#ifndef CONSOLE_CONSOLE_HPP
|
||||
#define CONSOLE_CONSOLE_HPP
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
int32_t ConsoleGetActive();
|
||||
|
||||
void ConsoleSetActive(int32_t active);
|
||||
|
||||
#endif // ifndef CONSOLE_CONSOLE_HPP
|
||||
Loading…
Add table
Add a link
Reference in a new issue