nngn
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages Concepts
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
6class MapTest : public QObject {
7 Q_OBJECT
8private slots:
9 void load_tiles();
10 void gen();
11};
12
13#endif
Definition map_test.h:6
void gen()
Definition map_test.cpp:89
void load_tiles()
Definition map_test.cpp:73