MiniEngine/SDLWrapper/IncludeAll.h

12 lines
211 B
C
Raw Normal View History

2017-06-18 20:37:45 +08:00
#pragma once
#include "Rect.h"
#include "Point.h"
#include "Renderer.h"
#include "Texture.h"
#include "Surface.h"
#include "Window.h"
#include "Font.h"
#include "Music.h"
#include "Log.h"
#include "SDLSystem.h"