1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-01 02:07:57 +00:00

hyper.h is now the only file to include

This commit is contained in:
Zeno Rogue
2019-09-05 09:07:04 +02:00
parent fbe32b0459
commit 19a54cfa9d
2 changed files with 7 additions and 2 deletions

View File

@@ -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)