nngn
Loading...
Searching...
No Matches
entity_test.h
Go to the documentation of this file.
1#ifndef NNGN_TEST_ENTITY_H
2#define NNGN_TEST_ENTITY_H
3
4#include <QTest>
5
6class EntityTest : public QObject {
7 Q_OBJECT
8private slots:
9 void add_remove();
10};
11
12#endif
Definition: entity_test.h:6
void add_remove()
Definition: entity_test.cpp:7