As a slightly weird hobby I'm attempting to update the source code to a game that I like. I've come across some functions That I think are Non-MS APIs (examples dpDestroyPlayer, dpEnumPlayer, dpSend). They appear in a module named 'anet.cpp'.
From their position and usage I surmise that that...