diff options
| author | kkard2 <[email protected]> | 2025-09-07 09:29:11 +0200 |
|---|---|---|
| committer | kkard2 <[email protected]> | 2025-09-07 09:29:11 +0200 |
| commit | ab6db2bfd9733552d6c25eaa806858ffed0e388a (patch) | |
| tree | 350f23a0c5b2ba5ff701545e122fefccdba44bbb /examples/rects.c | |
| parent | c451018c17ce4953a7011fce6cafa55e362e0005 (diff) | |
texture
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); |
