mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-07 10:52:23 +00:00
moved more includes to sysconfig.h
This commit is contained in:
@@ -1,12 +1,6 @@
|
||||
// Hyperbolic Rogue -- texture mode
|
||||
// Copyright (C) 2011-2018 Zeno Rogue, see 'hyper.cpp' for details
|
||||
|
||||
#if CAP_SDL_IMG
|
||||
#include <SDL/SDL_image.h>
|
||||
#elif CAP_PNG
|
||||
#include <png.h>
|
||||
#endif
|
||||
|
||||
#if CAP_TEXTURE
|
||||
namespace hr { namespace texture {
|
||||
|
||||
|
Reference in New Issue
Block a user