medit/moo/moo-tests.h

21 lines
312 B
C
Raw Normal View History

2008-01-19 01:34:21 -06:00
#ifndef MOO_TESTS_H
#define MOO_TESTS_H
2008-01-19 04:58:44 -06:00
#include "moo-tests-utils.h"
2008-01-19 01:34:21 -06:00
G_BEGIN_DECLS
2008-01-20 03:11:24 -06:00
void moo_test_mooaccel (void);
2008-01-19 01:34:21 -06:00
void moo_test_mooutils_fs (void);
2008-01-27 00:04:00 -06:00
void moo_test_lua (void);
2008-01-19 01:34:21 -06:00
2008-01-19 04:58:44 -06:00
#ifdef __WIN32__
void moo_test_mooutils_win32 (void);
#endif
2008-01-19 01:34:21 -06:00
G_END_DECLS
#endif /* MOO_TESTS_H */