nngn
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
h
i
k
m
n
o
p
r
s
t
u
v
w
z
Typedefs
a
d
f
h
i
m
s
t
u
v
w
z
Enumerations
Enumerator
Concepts
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
k
m
o
p
q
r
s
t
u
v
Enumerations
a
b
c
d
e
f
l
m
o
p
r
s
t
Enumerator
a
b
c
d
e
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Related Symbols
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Typedefs
Enumerations
Macros
c
d
e
f
g
l
n
p
s
t
x
▼
nngn
Documentation
►
Building
►
Namespaces
►
Concepts
►
Classes
▼
Files
▼
File List
►
demos
►
maps
►
src
▼
tests
►
bench
►
collision
►
compute
►
font
►
graphics
►
input
►
lua
►
math
▼
render
animation_test.cpp
►
animation_test.h
light_test.cpp
►
light_test.h
►
map_test.cpp
►
map_test.h
►
render_test.cpp
►
render_test.h
sun_test.cpp
►
sun_test.h
►
timing
►
utils
►
entity_test.cpp
►
entity_test.h
►
registry.h
►
tests.h
►
tools
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Concepts
Loading...
Searching...
No Matches
map_test.h
Go to the documentation of this file.
1
#ifndef NNGN_TEST_MAP_H
2
#define NNGN_TEST_MAP_H
3
4
#include <QTest>
5
6
class
MapTest
:
public
QObject {
7
Q_OBJECT
8
private
slots:
9
void
load_tiles
();
10
void
gen
();
11
};
6
class
MapTest
:
public
QObject {
…
};
12
13
#endif
MapTest
Definition
map_test.h:6
MapTest::gen
void gen()
Definition
map_test.cpp:89
MapTest::load_tiles
void load_tiles()
Definition
map_test.cpp:73
tests
render
map_test.h
Generated by
1.11.0