Plutonium framework API  0.1
Simple UI framework for libnx and SDL2
draw.hpp
Go to the documentation of this file.
1 
2 /*
3 
4  Plutonium library
5 
6  @file draw.hpp
7  @brief Includes all include files related to drawing. (color system and font system)
8  @author XorTroll
9 
10  @copyright Plutonium project - an easy-to-use UI framework for Nintendo Switch homebrew
11 
12 */
13 
14 #pragma once
15 #include <pu/draw/Color.hpp>
16 #include <pu/draw/Font.hpp>