Files
sfall/sfall/CheckAddress.h
NovaRain 0d023c32db Improved and moved the address conflict checking to CheckAddress.cpp/h
Added ddraw_CheckAddr.ini file to check conflicts properly.
Some code fixes/edits.
2019-10-29 10:41:03 +08:00

11 lines
142 B
C++

#pragma once
namespace sfall
{
void PrintAddrList();
void CheckConflict(DWORD addr, long len);
void AddrAddToList(DWORD addr, long len);
}