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:
@@ -6,16 +6,16 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "../common/mmo.h"
|
||||
#include "../common/socket.h"
|
||||
#include "../common/sql.h"
|
||||
#include "../common/random.h"
|
||||
#include "../common/showmsg.h"
|
||||
#include "../common/mapindex.h"
|
||||
#include "../common/malloc.h"
|
||||
#include "../common/strlib.h"
|
||||
#include "../common/utils.h"
|
||||
#include "../common/timer.h"
|
||||
#include "../common/mmo.hpp"
|
||||
#include "../common/socket.hpp"
|
||||
#include "../common/sql.hpp"
|
||||
#include "../common/random.hpp"
|
||||
#include "../common/showmsg.hpp"
|
||||
#include "../common/mapindex.hpp"
|
||||
#include "../common/malloc.hpp"
|
||||
#include "../common/strlib.hpp"
|
||||
#include "../common/utils.hpp"
|
||||
#include "../common/timer.hpp"
|
||||
#include "inter.hpp"
|
||||
#include "char.hpp"
|
||||
#include "char_logif.hpp"
|
||||
|
||||
Reference in New Issue
Block a user