1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-25 14:43:19 +00:00

removed unused comment

This commit is contained in:
Zeno Rogue 2018-09-30 16:24:16 +02:00
parent ebfe1aeac2
commit 0cb2425c5a

View File

@ -2298,10 +2298,6 @@ extern hookset<eLand(eLand)> *hooks_nextland;
extern hookset<bool()> *hooks_welcome_message, *hooks_default_help;
extern hookset<void(cell*)> *hooks_mouseover;
// hooks to extend HyperRogue with an external program
// start compilation from another file which defines EXTRA_..., includes
// hyper.cpp, then defines the necessary functions
extern ld shiftmul;
void initcs(charstyle &cs);
charstyle& getcs(int id = multi::cpid);