diff options
Diffstat (limited to 'examples/rects.c')
| -rw-r--r-- | examples/rects.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/rects.c b/examples/rects.c index e78ac69..293f833 100644 --- a/examples/rects.c +++ b/examples/rects.c @@ -2,6 +2,8 @@ #include "../sponge.h" +void init() {} + void draw_frame(sponge_Texture c) { assert(c.width > 140 + 20); assert(c.height > 70 + 40); |
