doompanning/src/doomlib.hpp

11 lines
221 B
C++
Raw Normal View History

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