diff options
Diffstat (limited to 'gastro/include/lcq')
| -rw-r--r-- | gastro/include/lcq/gastro/test.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gastro/include/lcq/gastro/test.h b/gastro/include/lcq/gastro/test.h new file mode 100644 index 0000000..cf4e1d2 --- /dev/null +++ b/gastro/include/lcq/gastro/test.h @@ -0,0 +1,11 @@ +#ifndef LCOLONQ_GASTRO_TEST_H +#define LCOLONQ_GASTRO_TEST_H + +#include <lcq/prelude.h> +#include <lcq/gastro.h> +#include <lcq/qoi.h> + +bool gastro_test_create(void); +void gastro_test_render(gastro_ctx *ctx); + +#endif |
