1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-24 01:00:25 +00:00

inv comments fixup

This commit is contained in:
Zeno Rogue 2020-03-27 21:14:09 +01:00
parent cb003fb051
commit edbd71cdff

View File

@ -8,7 +8,9 @@
#include "hyper.h"
namespace hr {
/** Orb Strategy Mode */
/** \brief Implementation of the Orb Strategy Mode.
* The most important functions called outside is hr::inv::show().
*/
EX namespace inv {
#if CAP_INV