This is probably the worst code you'll ever read. This is the first thing I ever compiled
that was actually useful enough to be released to the public.

I compiled this using Borland C++ 3.1 since I couldn't find anything more recent that
could compile it without errors. For the main codebase I just started off from the sample
code 3DR wrote which seems to be under no license in particular. I used minINI for reading
the cfg files, it's licensed under apache so I figured I might as well license the rest of
the code under that too.

Again, sorry about the state of the code, it ain't pretty but hey it works. I think.

-SwissCM