10 lines
199 B
C++
10 lines
199 B
C++
#pragma once
|
|
/**
|
|
* @file sdl.hpp
|
|
* @brief HDK - SDL Frontend API
|
|
**/
|
|
|
|
#include <hdk/sdl/video/Window.hpp>
|
|
// TODO #include <hd/sdl/video/Surface.hpp>
|
|
// TODO #include <hd/sdl/render/Renderer.hpp>
|