diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2024-01-27 12:42:20 +0100 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2024-01-27 17:38:12 +0100 |
| commit | 0f21739551b2daf578ad9c5ed3367c8a8ed7b7c9 (patch) | |
| tree | a0e6bc7e10f9f815fe680fa54f5d912fb460608b /src/container | |
| parent | daf6f84ccdf817f7088aa527b4b37c2cca91c052 (diff) | |
| download | jancity-0f21739551b2daf578ad9c5ed3367c8a8ed7b7c9.tar.gz | |
Define terrain rendering and loading
Diffstat (limited to 'src/container')
| -rw-r--r-- | src/container/inc/container.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/container/inc/container.h b/src/container/inc/container.h index 59ab5fd..31685db 100644 --- a/src/container/inc/container.h +++ b/src/container/inc/container.h @@ -26,11 +26,6 @@ struct container struct sprite *sprite; struct sound *sound; } data; - - struct container_rt - { - struct container *c; - } *rt; }; int container_load_ex(const char *path, const struct container *list, size_t n); |
