summaryrefslogtreecommitdiff
path: root/gastro/include/lcq
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2026-08-28 20:51:55 -0400
committerLLLL Colonq <llll@colonq>2026-08-28 20:52:14 -0400
commit8567564e6df6efbcf138b390ba181b8ebb118fa1 (patch)
treee43f62ef593ef5211722335dcb3c9d72e54230b4 /gastro/include/lcq
parentfece4fc3d4decb70c94b49ab854fa9ae93b4d887 (diff)
gastro: render test scene
Diffstat (limited to 'gastro/include/lcq')
-rw-r--r--gastro/include/lcq/gastro/test.h11
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