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

split graph.cpp into 6 files: graph, graph-player, graph-wall, graph-item, graph-monster, and animations

This commit is contained in:
Zeno Rogue
2025-08-17 12:17:20 +02:00
parent ebaeb9d7f0
commit fc81777e29
8 changed files with 4378 additions and 4333 deletions

View File

@@ -113,6 +113,11 @@
#include "hypgraph.cpp"
#include "textures.cpp"
#include "graph.cpp"
#include "graph-player.cpp"
#include "animations.cpp"
#include "graph-wall.cpp"
#include "graph-item.cpp"
#include "graph-monster.cpp"
#include "celldrawer.cpp"
#include "sky.cpp"
#include "blizzard.cpp"