mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
Added ddraw_CheckAddr.ini file to check conflicts properly. Some code fixes/edits.
11 lines
142 B
C++
11 lines
142 B
C++
#pragma once
|
|
|
|
namespace sfall
|
|
{
|
|
|
|
void PrintAddrList();
|
|
void CheckConflict(DWORD addr, long len);
|
|
void AddrAddToList(DWORD addr, long len);
|
|
|
|
}
|