- added some utilities to cmdlib.cpp and changed its license to BSD, because no original Quake code is left here.

This commit is contained in:
Christoph Oelckers 2020-04-11 12:17:28 +02:00
commit 58afc3d5b2
14 changed files with 126 additions and 86 deletions

View file

@ -36,6 +36,7 @@
#include "m_joy.h"
#include "gameconfigfile.h"
#include "d_event.h"
#include "cmdlib.h"
// MACROS ------------------------------------------------------------------