mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-02 16:52:45 +03:00
7 lines
92 B
C++
7 lines
92 B
C++
#ifndef CONSOLE_HANDLERS_HPP
|
|
#define CONSOLE_HANDLERS_HPP
|
|
|
|
void RegisterHandlers();
|
|
|
|
#endif
|