summaryrefslogtreecommitdiff
path: root/examples/particles.c
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2025-01-14 20:48:38 +0100
committerMitya Selivanov <automainint@guattari.tech>2025-01-14 20:48:38 +0100
commita14a2e0d933e64b1c28b45ac10e651af7f749b3e (patch)
treec98bb6d14eca61f649db516e16ab92260e12c59c /examples/particles.c
parentf52300e90f4bcb2092dd2beba327c2499d6fbd11 (diff)
downloadreduced_system_layer-a14a2e0d933e64b1c28b45ac10e651af7f749b3e.zip
Refactor
Diffstat (limited to 'examples/particles.c')
-rw-r--r--examples/particles.c4
1 files changed, 4 insertions, 0 deletions
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 {