doodle  0.2
Intended to support teaching C++, doodle is a simple library that helps make a window and makes it easy to do some drawing.
doodle.hpp
Go to the documentation of this file.
1 /*--------------------------------------------------------------*
2  Copyright (C) 2021 Rudy Castan
3 
4  This file is distributed WITHOUT ANY WARRANTY. See the file
5  `License.md' for details.
6 *--------------------------------------------------------------*/
7 #pragma once
8 
9 #include <doodle/angle.hpp>
10 #include <doodle/color.hpp>
11 #include <doodle/drawing.hpp>
12 #include <doodle/environment.hpp>
13 #include <doodle/eventhook.hpp>
14 #include <doodle/image.hpp>
15 #include <doodle/input.hpp>
16 #include <doodle/noise.hpp>
17 #include <doodle/random.hpp>
18 #include <doodle/version.hpp>
19 #include <doodle/window.hpp>
20