From a14a2e0d933e64b1c28b45ac10e651af7f749b3e Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Tue, 14 Jan 2025 20:48:38 +0100 Subject: Refactor --- examples/particles.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'examples/particles.c') diff --git a/examples/particles.c b/examples/particles.c index 03c51f7..130b5bf 100644 --- a/examples/particles.c +++ b/examples/particles.c @@ -1,3 +1,7 @@ +#if defined(__wasm__) +#error Not implemented! +#endif + #include "../graphics.c" typedef struct { -- cgit v1.2.3