diff options
author | hemagx <hemagx2@gmail.com> | 2016-02-17 14:01:22 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-07-12 20:58:31 +0200 |
commit | a19ecac6d3405652f766eb7b18c7ee6a3270a78b (patch) | |
tree | e4caf7d3cead26529b412dd207275c4c45e239fb /src/common/core.c | |
parent | 4b8dd1cdaadba7ae2200f114a4e11ef62454eaa1 (diff) | |
download | hercules-a19ecac6d3405652f766eb7b18c7ee6a3270a78b.tar.gz hercules-a19ecac6d3405652f766eb7b18c7ee6a3270a78b.tar.bz2 hercules-a19ecac6d3405652f766eb7b18c7ee6a3270a78b.tar.xz hercules-a19ecac6d3405652f766eb7b18c7ee6a3270a78b.zip |
Interface des.c
Diffstat (limited to 'src/common/core.c')
-rw-r--r-- | src/common/core.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/common/core.c b/src/common/core.c index e6b522926..ce92a77e3 100644 --- a/src/common/core.c +++ b/src/common/core.c @@ -2,7 +2,7 @@ * This file is part of Hercules. * http://herc.ws - http://github.com/HerculesWS/Hercules * - * Copyright (C) 2012-2015 Hercules Dev Team + * Copyright (C) 2012-2016 Hercules Dev Team * Copyright (C) Athena Dev Teams * * Hercules is free software: you can redistribute it and/or modify @@ -25,6 +25,7 @@ #include "common/cbasetypes.h" #include "common/console.h" +#include "common/des.h" #include "common/db.h" #include "common/memmgr.h" #include "common/mmo.h" @@ -253,6 +254,7 @@ void core_defaults(void) { malloc_defaults(); showmsg_defaults(); cmdline_defaults(); + des_defaults(); #ifndef MINICORE libconfig_defaults(); sql_defaults(); |