18 lines
263 B
C++
18 lines
263 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>
|
|
|
|
#include <hdk/sdl/event.hpp>
|
|
|
|
#include <hdk/sdl/Log.hpp>
|