UltraRogue: begin autoconfiscation.
Build options can now be set with configure.
This commit is contained in:
parent
6c46840eab
commit
e3c596c443
6 changed files with 315 additions and 12 deletions
|
|
@ -29,6 +29,10 @@
|
|||
SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#if defined(_WIN32)
|
||||
#include <Windows.h>
|
||||
#include <Lmcons.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue