mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-19 07:57:39 +00:00
moved more includes to sysconfig.h
This commit is contained in:
@@ -1,16 +1,6 @@
|
||||
// HyperRogue map editor
|
||||
// Copyright (C) 2011-2018 Zeno Rogue, see 'hyper.cpp' for details
|
||||
|
||||
#include <map>
|
||||
#include <stdint.h>
|
||||
|
||||
#if ISWINDOWS
|
||||
#include "direntx.h"
|
||||
#include "direntx.c"
|
||||
#else
|
||||
#include <dirent.h>
|
||||
#endif
|
||||
|
||||
namespace hr {
|
||||
|
||||
namespace mapeditor {
|
||||
|
Reference in New Issue
Block a user