1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-01-08 20:39:03 +00:00

removed classes.h

This commit is contained in:
Zeno Rogue
2019-12-23 22:21:04 +01:00
parent 86d8eb759e
commit b6f9298f0a
4 changed files with 374 additions and 374 deletions

View File

@@ -11,6 +11,12 @@
#include "hyper.h"
namespace hr {
#if HDR
enum cpatterntype {
cpFootball, cpThree, cpChess, cpSingle, cpSingleSym, cpOddEven, cpLarge, cpZebra, cpUnknown
};
#endif
EX int ctof(cell *c) {
#if CAP_IRR
if(IRREGULAR) return irr::ctof(c);