blob: 7ed026fc3d4f73a3f5d914049025f01fd53e4b16 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#pragma once
#include "option.h"
#define FF_MEMORY_MODULE_NAME "Memory"
bool ffPrintMemory(FFMemoryOptions* options);
void ffInitMemoryOptions(FFMemoryOptions* options);
void ffDestroyMemoryOptions(FFMemoryOptions* options);
extern FFModuleBaseInfo ffMemoryModuleInfo;
|