clarify memory module to memmap module

This commit is contained in:
2025-05-03 19:00:54 +03:00
parent a4af280cda
commit d1bff36830
14 changed files with 146 additions and 124 deletions

View File

@@ -1,5 +1,4 @@
#ifndef TYPES_H_
#define TYPES_H_
#pragma once
#include "hitypes.h"
@@ -22,5 +21,3 @@ typedef ptrdiff_t ptrdiff;
typedef uint8_t bool8;
typedef uint32_t bool32;
#endif // TYPES_H_