mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-10-27 14:26:04 +03:00
7 lines
92 B
C++
7 lines
92 B
C++
#ifndef CONSOLE_HANDLERS_HPP
|
|
#define CONSOLE_HANDLERS_HPP
|
|
|
|
void RegisterHandlers();
|
|
|
|
#endif
|