nngn
Loading...
Searching...
No Matches
animation_test.h
Go to the documentation of this file.
1#include <QTest>
2
3#include "lua/state.h"
4
5#include "render/animation.h"
6
7class AnimationTest : public QObject {
8 Q_OBJECT
11private slots:
12 void initTestCase();
13 void init();
14 void load_data();
15 void load();
16 void update();
17};
Definition animation_test.h:7
void init()
Definition animation_test.cpp:20
void initTestCase()
Definition animation_test.cpp:16
void load_data()
Definition animation_test.cpp:39
nngn::SpriteAnimation sprite
Definition animation_test.h:10
void load()
Definition animation_test.cpp:60
nngn::lua::state lua
Definition animation_test.h:9
void update()
Definition animation_test.cpp:78
Definition animation.h:48
lua_State wrappers.
Owning lua_State wrapper.
Definition state.h:166