thunderbrew/src/console/Handlers.hpp

7 lines
92 B
C++

#ifndef CONSOLE_HANDLERS_HPP
#define CONSOLE_HANDLERS_HPP
void RegisterHandlers();
#endif