NasNas
An intuitive and beginner friendly 2D game framework for C++
Core.graphics.hpp
1 // Created by Modar Nasser on 04/07/2021.
2 
3 #pragma once
4 
5 #include <NasNas/core/graphics/Anim.hpp>
6 #include <NasNas/core/graphics/BitmapText.hpp>
7 #include <NasNas/core/graphics/BitmapFont.hpp>
8 #include <NasNas/core/graphics/ParticleSystem.hpp>
9 #include <NasNas/core/graphics/Renderable.hpp>
10 #include <NasNas/core/graphics/Shapes.hpp>
11 #include <NasNas/core/graphics/Sprite.hpp>
12 #include <NasNas/core/graphics/SpriteBatch.hpp>
13 #include <NasNas/core/graphics/SpriteSheet.hpp>
14 #include <NasNas/core/graphics/Transformable.hpp>
15 #include <NasNas/core/graphics/VertexArray.hpp>