97c8847eb0
Co-authored-by: Copilot <copilot@github.com>
14 lines
205 B
C++
14 lines
205 B
C++
#pragma once
|
|
/**
|
|
* @file sdl.hpp
|
|
* @brief HDK SDL wrapper main header.
|
|
**/
|
|
|
|
#include <hdk/sdl/Properties.hpp>
|
|
|
|
#include <hdk/sdl/pixels.hpp>
|
|
|
|
#include <hdk/sdl/video.hpp>
|
|
|
|
#include <hdk/sdl/render.hpp>
|