diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2025-01-14 20:48:38 +0100 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2025-01-14 20:48:38 +0100 |
commit | a14a2e0d933e64b1c28b45ac10e651af7f749b3e (patch) | |
tree | c98bb6d14eca61f649db516e16ab92260e12c59c /examples/particles.c | |
parent | f52300e90f4bcb2092dd2beba327c2499d6fbd11 (diff) | |
download | reduced_system_layer-a14a2e0d933e64b1c28b45ac10e651af7f749b3e.zip |
Refactor
Diffstat (limited to 'examples/particles.c')
-rw-r--r-- | examples/particles.c | 4 |
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 { |