mirror of
https://github.com/Kiritow/MiniEngine.git
synced 2024-03-22 13:11:22 +08:00
12 lines
211 B
C
12 lines
211 B
C
|
#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"
|