mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 18:00:34 +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)
|
||||
#endif
|
||||
|
||||
#include "sysconfig.h"
|
||||
#include "classes.h"
|
||||
#include "hyper.h"
|
||||
|
||||
#define CU_INIT IN_CU(0)
|
||||
|
7
hyper.h
7
hyper.h
@ -9,10 +9,16 @@
|
||||
* and general routines which did not fit elsewhere
|
||||
*/
|
||||
|
||||
#ifndef _HYPER_H_
|
||||
#define _HYPER_H_
|
||||
|
||||
// version numbers
|
||||
#define VER "11.1o"
|
||||
#define VERNUM_HEX 0xA70F
|
||||
|
||||
#include "sysconfig.h"
|
||||
#include "classes.h"
|
||||
|
||||
#include <stdarg.h>
|
||||
#include "hyper_function.h"
|
||||
|
||||
@ -782,3 +788,4 @@ static const color_t NOCOLOR = 0;
|
||||
#define IS(z)
|
||||
#define EX
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user