mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-07-04 22:59:07 +02:00
Include cleanup
Also remove all uses of unistd.h by replacing unlink with std::rename
This commit is contained in:
parent
fb81ea7d60
commit
d73c8b930b
3 changed files with 32 additions and 34 deletions
|
@ -26,7 +26,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
#include <cstdint>
|
||||
|
||||
|
||||
namespace MinedMap {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue