- split out non-game specific CCMDs into their own file.

This commit is contained in:
Christoph Oelckers 2020-04-11 18:10:34 +02:00
commit a712866219
7 changed files with 335 additions and 287 deletions

View file

@ -40,8 +40,8 @@
#include "c_dispatch.h"
#include "c_cvars.h"
#include "doomtype.h"
#include "cmdlib.h"
#include "printf.h"
// MACROS ------------------------------------------------------------------