clarify memory module to memmap module
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
#ifndef MODULER_H_
|
||||
#define MODULER_H_
|
||||
#pragma once
|
||||
|
||||
#include "vector.h"
|
||||
#include "memory.h"
|
||||
#include "memmap.h"
|
||||
#include "symbols.h"
|
||||
#include "types.h"
|
||||
|
||||
@@ -41,6 +40,4 @@ static inline bool hi_modinfo_has(ModuleInfo flags, ModuleFlags flag) {
|
||||
#define HI_MODINFO_CLEAR(info, flag) ((info) &= ~flag)
|
||||
|
||||
HiResult moduler_reload(VectorModuleData *modules, ModuleData *module,
|
||||
VectorMemoryRegion *memregs);
|
||||
|
||||
#endif // MODULER_H_
|
||||
VectorMemoryMap *memregs);
|
||||
|
||||
Reference in New Issue
Block a user