mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2026-03-20 02:31:05 +03:00
7 lines
92 B
C++
7 lines
92 B
C++
#ifndef CONSOLE_HANDLERS_HPP
|
|
#define CONSOLE_HANDLERS_HPP
|
|
|
|
void RegisterHandlers();
|
|
|
|
#endif
|