diff options
| author | kkard2 <[email protected]> | 2025-09-14 12:14:31 +0200 |
|---|---|---|
| committer | kkard2 <[email protected]> | 2025-09-14 12:14:31 +0200 |
| commit | d30d4c2c3832c1e4df1d4fb266b04ca4dfdd828b (patch) | |
| tree | e51489686eef2edf27a7c7e6268d6418478ddec3 /examples/texture.c | |
| parent | a554485534c83c2ecfa98f8c651ad957358a4034 (diff) | |
make examples more future proof (like if i want input and stuff)
Diffstat (limited to 'examples/texture.c')
| -rw-r--r-- | examples/texture.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/texture.c b/examples/texture.c index 6467efe..80388f7 100644 --- a/examples/texture.c +++ b/examples/texture.c @@ -1,6 +1,9 @@ #include <assert.h> #include "../sponge.h" +#define SPONGE_EXAMPLE_IMPLEMENTATION +#define SPONGE_EXAMPLE_INIT_DEFINED +#include "../example.h" #include "../stb_image.h" #define SPEED_X_ABS 2 |
