1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-16 06:37:38 +00:00

racing:: save ghost files

This commit is contained in:
Zeno Rogue
2018-11-24 21:24:27 +01:00
parent c67d7e06c6
commit 8672b121b9
2 changed files with 74 additions and 5 deletions

View File

@@ -420,6 +420,7 @@ extern "C" {
#if CAP_SAVE
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#endif
#if CAP_TIMEOFDAY