- copied some fixes for overlong config entries from Raze.

- renamed basictypes.h to basics.h to keep the file name in line with Raze and make comparisons easier.
This commit is contained in:
Christoph Oelckers 2020-04-11 12:19:28 +02:00
commit c623b04170
16 changed files with 62 additions and 80 deletions

View file

@ -36,6 +36,7 @@
#include "name.h"
#include "c_dispatch.h"
#include "c_console.h"
#include "cmdlib.h"
// MACROS ------------------------------------------------------------------