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