Moved common, config and mapcache to C++ (#3200)

Dropped BETA_THREAD_TEST and everything around it
Dropped mt19937
Replaced msinttypes with cinttypes
Removed IRC link and updated README name
This commit is contained in:
Lemongrass3110
2018-06-14 21:51:58 +02:00
committed by GitHub
parent fc951469e7
commit 801d3ed942
240 changed files with 1163 additions and 8613 deletions

View File

@@ -12,11 +12,11 @@
#include <stdlib.h>
#include <string.h> //memcpy
#include "../common/socket.h"
#include "../common/sql.h"
#include "../common/malloc.h"
#include "../common/showmsg.h"
#include "../common/strlib.h"
#include "../common/socket.hpp"
#include "../common/sql.hpp"
#include "../common/malloc.hpp"
#include "../common/showmsg.hpp"
#include "../common/strlib.hpp"
#include "inter.hpp"
#include "char.hpp"