From 8567564e6df6efbcf138b390ba181b8ebb118fa1 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Fri, 28 Aug 2026 20:51:55 -0400 Subject: gastro: render test scene --- gastro/include/lcq/gastro/test.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 gastro/include/lcq/gastro/test.h (limited to 'gastro/include/lcq') 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 +#include +#include + +bool gastro_test_create(void); +void gastro_test_render(gastro_ctx *ctx); + +#endif -- cgit v1.3.1