UltraRogue: begin autoconfiscation.

Build options can now be set with configure.
This commit is contained in:
John "Elwin" Edwards 2017-09-04 21:08:09 -04:00
parent 6c46840eab
commit e3c596c443
6 changed files with 315 additions and 12 deletions

View file

@ -29,6 +29,10 @@
SUCH DAMAGE.
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#if defined(_WIN32)
#include <Windows.h>
#include <Lmcons.h>