- moved c_console.cpp to 'common'.

This commit is contained in:
Christoph Oelckers 2020-10-25 13:25:31 +01:00
parent f912712f9d
commit 0e4625867e
2 changed files with 1 additions and 1 deletions

View file

@ -802,7 +802,6 @@ set (PCH_SOURCES
playsim/bots/b_think.cpp
bbannouncer.cpp
console/c_cmds.cpp
console/c_console.cpp
console/c_notifybuffer.cpp
console/c_functions.cpp
ct_chat.cpp
@ -1047,6 +1046,7 @@ set (PCH_SOURCES
common/console/c_cvars.cpp
common/console/c_dispatch.cpp
common/console/c_commandbuffer.cpp
common/console/c_console.cpp
common/console/c_notifybufferbase.cpp
common/console/c_tabcomplete.cpp
common/console/c_expr.cpp