diff options
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 { |