Free Electron
ext
window
window.h
Go to the documentation of this file.
1
/* Copyright (C) 2003-2021 Free Electron Organization
2
Any use of this software requires a license. If a valid license
3
was not distributed with this file, visit freeelectron.org. */
4
5
/** @file */
6
7
#ifndef __window_h__
8
#define __window_h__
9
10
#include "
datatool/datatool.h
"
11
#include "
math/math.h
"
12
13
#include "
window/FontI.h
"
14
#include "
window/JoyI.h
"
15
#include "
window/KeyI.h
"
16
#include "
window/WindowI.h
"
17
#include "
window/EventContextI.h
"
18
#include "
window/windowAS.h
"
19
20
namespace
fe
21
{
22
namespace
ext
23
{
24
25
Library* CreateWindowLibrary(sp<Master>);
26
27
}
/* namespace ext */
28
}
/* namespace fe */
29
30
#endif
/* __window_h__ */
math.h
windowAS.h
FontI.h
KeyI.h
fe
kernel
Definition:
namespace.dox:3
WindowI.h
EventContextI.h
JoyI.h
datatool.h
Generated by
1.8.13