summaryrefslogtreecommitdiff
path: root/libs/pwyazh
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pwyazh')
-rw-r--r--libs/pwyazh/types.h2
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 */