1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-26 07:03:19 +00:00

added #include hyper.h to newconf

This commit is contained in:
Zeno Rogue 2020-03-16 21:06:46 +01:00
parent bd5fe67e17
commit 7a5178e8a6

View File

@ -2,6 +2,8 @@
// example commandline: -noplayer -rugtsize 4096 -smart 1 -canvas B -ncee
// set CAP_NCONF (and change the path) if you have access to newconformist
#include "../hyper.h"
#ifndef CAP_NCONF
#define CAP_NCONF 0
#endif