mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-26 17:06:59 +00:00
hyper.h is now the only file to include
This commit is contained in:
parent
fbe32b0459
commit
19a54cfa9d
@ -11,8 +11,6 @@
|
|||||||
#define IN_CU(x) (CU == x)
|
#define IN_CU(x) (CU == x)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "sysconfig.h"
|
|
||||||
#include "classes.h"
|
|
||||||
#include "hyper.h"
|
#include "hyper.h"
|
||||||
|
|
||||||
#define CU_INIT IN_CU(0)
|
#define CU_INIT IN_CU(0)
|
||||||
|
7
hyper.h
7
hyper.h
@ -9,10 +9,16 @@
|
|||||||
* and general routines which did not fit elsewhere
|
* and general routines which did not fit elsewhere
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef _HYPER_H_
|
||||||
|
#define _HYPER_H_
|
||||||
|
|
||||||
// version numbers
|
// version numbers
|
||||||
#define VER "11.1o"
|
#define VER "11.1o"
|
||||||
#define VERNUM_HEX 0xA70F
|
#define VERNUM_HEX 0xA70F
|
||||||
|
|
||||||
|
#include "sysconfig.h"
|
||||||
|
#include "classes.h"
|
||||||
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include "hyper_function.h"
|
#include "hyper_function.h"
|
||||||
|
|
||||||
@ -782,3 +788,4 @@ static const color_t NOCOLOR = 0;
|
|||||||
#define IS(z)
|
#define IS(z)
|
||||||
#define EX
|
#define EX
|
||||||
|
|
||||||
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user