diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2025-05-29 09:36:11 -0400 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2025-05-29 09:36:11 -0400 |
| commit | a9bc23377bd9193cd3eb3ef2e91431d088d13d5d (patch) | |
| tree | 9e809fa4bc5309fe19bfe2927433ec06b13f9cb4 /src/level-types.hpp | |
| parent | 926f5b97073f157ef30ca9dcde2d0ed33a1262f6 (diff) | |
pke: level: BucketContainer -> pk_bkt_arr_t & name
Diffstat (limited to 'src/level-types.hpp')
| -rw-r--r-- | src/level-types.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/level-types.hpp b/src/level-types.hpp index 75bc6eb..ce0d060 100644 --- a/src/level-types.hpp +++ b/src/level-types.hpp @@ -15,7 +15,7 @@ struct scene_instance { const uint8_t LEVEL_NAME_MAX_LEN = 16; #define pke_level_name_printf_format "%16s" -struct PkeLevel : public Entity_Base { +struct pke_level : public Entity_Base { char *file_path = nullptr; struct pk_membucket *bkt = nullptr; char name[LEVEL_NAME_MAX_LEN] = {'\0'}; |
