mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-23 01:47:39 +00:00
hyper.h is now the only file to include
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user