mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 08:12:44 +03:00
7 lines
104 B
C++
7 lines
104 B
C++
#ifndef CONSOLE_EVENT_HANDLERS_HPP
|
|
#define CONSOLE_EVENT_HANDLERS_HPP
|
|
|
|
void RegisterHandlers();
|
|
|
|
#endif
|