#ifndef SRC_DOOMLIB_HPP #define SRC_DOOMLIB_HPP #include #include #include "dp_common.h" std::optional doomevent_from_sdlevent(const SDL_Event &sdl_event); #endif // SRC_DOOMLIB_HPP