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