add memory region
This commit is contained in:
parent
341f960c78
commit
0da377e3ee
1 changed files with 3 additions and 0 deletions
3
slibs.h
3
slibs.h
|
@ -42,6 +42,9 @@
|
|||
|
||||
#define sl_stringify(x) #x
|
||||
|
||||
#pragma endregion
|
||||
#pragma region Memory
|
||||
|
||||
typedef struct sl_metadata {
|
||||
uint8_t magic;
|
||||
uint32_t size;
|
||||
|
|
Loading…
Add table
Reference in a new issue