Server for windows wow

This commit is contained in:
2026-07-10 00:46:36 +02:00
parent 3ebed84cdb
commit f0df3fe257
3 changed files with 10 additions and 11 deletions

View File

@@ -5,7 +5,9 @@
#include <stdio.h>
#include <stdlib.h>
#include <signal.h>
#ifdef __linux__
#include <unistd.h>
#endif
#include "world/level/LevelSettings.h"
#include "world/level/Level.h"