1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-01 10:17:56 +00:00

<ctime> is included in hyper.h

This commit is contained in:
Zeno Rogue
2022-02-27 14:58:37 +01:00
parent 78049518a5
commit 3d5cc67f63

View File

@@ -5,7 +5,6 @@
* \brief Implementation of various Orb effects, and their properties such as default and maximum charges
*/
#include <ctime>
#include "hyper.h"
namespace hr {