diff options
| author | Lizzy Fleckenstein <lizzy@vlhl.dev> | 2026-04-12 22:34:18 +0200 |
|---|---|---|
| committer | Lizzy Fleckenstein <lizzy@vlhl.dev> | 2026-04-12 22:45:04 +0200 |
| commit | d58e1aea4b57e890706b96565c8c1fd9e09b42ec (patch) | |
| tree | 61a838aa434da6a890ace72898b854328e0b688f /src/resource.h | |
| parent | 5aa88cf26954a738d0f22a7c90bb33f1df422919 (diff) | |
| download | animtool-d58e1aea4b57e890706b96565c8c1fd9e09b42ec.tar.xz | |
Diffstat (limited to 'src/resource.h')
| -rw-r--r-- | src/resource.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resource.h b/src/resource.h index 1e6a354..12f4336 100644 --- a/src/resource.h +++ b/src/resource.h @@ -8,7 +8,7 @@ struct texture_source { enum texture_type type; - struct loc_str path; + struct loc_str path; }; struct texture |
