sandbox
Loading...
Searching...
No Matches
devices.hpp
1// SPDX-License-Identifier: MIT
2#ifndef LIBSBX_DEVICES_HPP_
3#define LIBSBX_DEVICES_HPP_
4
5#include <libsbx/devices/events.hpp>
6#include <libsbx/devices/devices_module.hpp>
7#include <libsbx/devices/window.hpp>
8#include <libsbx/devices/key.hpp>
9#include <libsbx/devices/mouse_button.hpp>
10#include <libsbx/devices/input.hpp>
11
12#endif // LIBSBX_DEVICES_HPP_