foxygit / doom Log in
commit bbc6c36a2707dc1c8515eb721ee1f7f95992c0b9
Merge: c1eab243 e633e8e5
Author:     Simon Howard <fraggle@soulsphere.org>
AuthorDate: Wed Sep 28 11:54:10 2022 -0400
Commit:     GitHub <noreply@github.com>
CommitDate: Wed Sep 28 11:54:10 2022 -0400

    Merge pull request #1512 from turol/extern-common

    Clean up extern, some common bits

 src/d_loop.h            |  8 ++++++++
 src/deh_defs.h          | 21 +++++++++++++++++++++
 src/doom/deh_doom.c     | 20 --------------------
 src/doom/m_menu.c       |  1 -
 src/heretic/deh_htic.c  | 12 ------------
 src/i_input.h           |  7 +++++++
 src/i_sound.h           |  2 ++
 src/i_video.c           |  2 --
 src/i_video.h           |  5 +++++
 src/net_client.c        |  3 +--
 src/strife/deh_strife.c | 18 ------------------
 src/v_video.c           |  2 --
 12 files changed, 44 insertions(+), 57 deletions(-)