1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-07 03:13:49 +00:00
GLideN64/src/MemoryStatus.h

6 lines
108 B
C
Raw Normal View History

#pragma once
#include "Platform.h"
#include "Types.h"
bool isMemoryWritable(void * ptr, size_t byteCount);