-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathFrontier.hpp
25 lines (24 loc) · 1.41 KB
/
Frontier.hpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
////////////////////////////////////////////////////////////////////////// <!--
/// Copyright (C) 2014-2018 Frontier ([email protected]) ///
/// ///
/// Flib is licensed under the terms of GNU GPL. ///
/// Therefore you may freely use it in your project, ///
/// modify it, redistribute it without any warranty on the ///
/// condition that this disclaimer is not modified/removed. ///
/// You may not misclaim the origin of this software. ///
/// ///
/// If you use this software in your program/project a ///
/// note about it and an email for the author ([email protected]) ///
/// is not required but highly appreciated. ///
/// ///
/// You should have received a copy of GNU GPL with this software ///
/// ///
////////////////////////////////////////////////////////////////////////// -->
#include <FRONTIER/Graphics.hpp>
#include <FRONTIER/System.hpp>
#include <FRONTIER/Window.hpp>
#include <FRONTIER/Gui.hpp>
using namespace fm;
using namespace fg;
using namespace fw;
using namespace fgui;