diff --git a/hyper.h b/hyper.h index 20267cf4..1bd37a1a 100644 --- a/hyper.h +++ b/hyper.h @@ -2298,10 +2298,6 @@ extern hookset *hooks_nextland; extern hookset *hooks_welcome_message, *hooks_default_help; extern hookset *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);