clutter/tests: Fix missing declaration warnings

This commit is contained in:
Jonas Ådahl
2019-01-20 09:03:50 +01:00
parent c242558398
commit 576e7a43df
49 changed files with 280 additions and 9 deletions

View File

@ -7,6 +7,9 @@
#include <clutter/clutter.h>
int
test_shader_effects_main (int argc, char *argv[]);
G_MODULE_EXPORT int
test_shader_effects_main (int argc, char *argv[])
{