diff options
author | pryazha <pryadeiniv@mail.ru> | 2025-03-18 11:31:31 +0500 |
---|---|---|
committer | pryazha <pryadeiniv@mail.ru> | 2025-03-18 11:31:31 +0500 |
commit | d65ddd07a43d5ffdcf2ddf90d6f86626cf9b92d8 (patch) | |
tree | 672efce6089ec9c1103be0c1b70a28ec415eeeab /libs/pwyazh/types.h | |
parent | d64a159d05a45e75870f61c37f0defa94f03793e (diff) |
Diffstat (limited to 'libs/pwyazh/types.h')
-rw-r--r-- | libs/pwyazh/types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/pwyazh/types.h b/libs/pwyazh/types.h index 0704299..988206a 100644 --- a/libs/pwyazh/types.h +++ b/libs/pwyazh/types.h @@ -34,9 +34,9 @@ typedef struct { } MAT4; typedef struct { - U8 *memory; U64 capacity; U64 used; + U8 *memory; } Arena; /* NOTE(pryazha): String types */ |