mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-20 16:37:40 +00:00
Merge pull request #108 from Quuxplusone/ifdef
Move all defaulting-of-`CAP_FOO` to sysconfig.h
This commit is contained in:
4
hyper.h
4
hyper.h
@@ -732,7 +732,7 @@ struct colortable: vector<color_t> {
|
||||
|
||||
namespace scores { void load(); }
|
||||
|
||||
#if ISMOBILE==1
|
||||
#if ISMOBILE
|
||||
namespace leader { void showMenu(); void handleKey(int sym, int uni); }
|
||||
#endif
|
||||
|
||||
@@ -741,7 +741,7 @@ int textwidth(int siz, const string &str);
|
||||
int gl_width(int size, const char *s);
|
||||
#endif
|
||||
|
||||
#ifdef ISMOBILE
|
||||
#if ISMOBILE
|
||||
extern int andmode;
|
||||
extern bool longclick;
|
||||
extern bool useRangedOrb;
|
||||
|
Reference in New Issue
Block a user