Switched most C headers to C++ (#8225)

This commit is contained in:
Lemongrass3110
2024-04-07 22:14:51 +02:00
committed by GitHub
parent 8cec8ce560
commit cb42dceb87
94 changed files with 188 additions and 210 deletions

View File

@@ -1,9 +1,9 @@
// Copyright (c) rAthena Dev Teams - Licensed under GNU GPL
// For more information, see LICENCE in the main folder
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <string>
#ifndef _WIN32
#include <unistd.h>