15 lines
272 B
C
15 lines
272 B
C
|
#ifndef MOO_EDIT_TESTS_H
|
||
|
#define MOO_EDIT_TESTS_H
|
||
|
|
||
|
#include "moo-test-macros.h"
|
||
|
|
||
|
G_BEGIN_DECLS
|
||
|
|
||
|
void moo_test_mooedit_lua_api (void);
|
||
|
void moo_test_key_file (void);
|
||
|
void moo_test_editor (void);
|
||
|
|
||
|
G_END_DECLS
|
||
|
|
||
|
#endif /* MOO_EDIT_TESTS_H */
|