hexen: Add struct name to pspdef_t
Merge pull request #1503 from turol/cleanup-extern
Run check-extern.sh as part of linter CI flow
Merge pull request #1543 from turol/extern-doom
doom: Move topslope and bottomslope extern declarations to p_local.h
Merge pull request #1538 from turol/hexen-prototypes
Merge pull request #1537 from turol/heretic-clang-fix
Merge pull request #1540 from turol/extern-doom
Merge pull request #1541 from turol/clang-tidy-tweak
clang-format: Set SpaceAfterCStyleCast to true
hexen: Add missing header guards to p_spec.h
hexen: Move remaining action function prototypes to new header
hexen: Consolidate redundant prototypes into p_local.h
hexen: Replace some prototypes in info.c with including p_local.h
hexen: Fix action function prototypes to match definitions
hexen: Add some forward declarations
doom: Move walllights extern declaration to r_segs.h
doom: Move numflats extern declaration to r_data.h
doom: Move bulletslope extern declaration to p_pspr.h
doom: Move attackrange extern declaration to p_local.h
doom: Move chat_on extern declaration to hu_stuff.h
doom: Move message_dontfuckwithme extern declaration to hu_stuff.h
doom: Move player_names extern declaration to hu_stuff.h
doom: Move hu_font extern declaration to hu_stuff.h
doom: Move pagename extern declaration to d_main.h
doom: Move advancedemo forward declaration to d_main.h
doom: Move sendpause extern declaration to g_game.h
doom: Move sidemove extern declaration to g_game.h
doom: Move forwardmove extern declaration to g_game.h
doom: Move R_ExecuteSetViewSize prototype to r_main.h
doom: Move setsizeneeded extern declaration to r_main.h
doom: Move showMessages extern declaration to m_menu.h
doom: Move inhelpscreens extern declaration to m_menu.h
Merge pull request #1536 from turol/extern-doom
heretic: Improve type correctness for thinker_t think functions
heretic: Add forward declaration of struct thinker_s
doom: Replace numlinespecials and linespeciallist extern declarations with definitions
doom: Remove unnecessary anims and lastanim extern declarations
doom: Remove redundant extern declarations of automapactive
doom: Remove commented out code
doom: Fix player_names extern declaration to match definition
doom: Fix pagename extern declaration to match definition
doom: Fix sidemove extern declaration to match definition
doom: Fix forwardmove extern declaration to match definition
doom: Include doomstat.h in hu_lib.c
doom: Include v_patch.h in hu_stuff.h
doom: Include m_fixed.h in g_game.h
doom: Include m_menu.h in hu_stuff.c
Merge pull request #1534 from turol/extern-heretic
heretic: Move playerkeys extern declaration to doomdef.h
heretic: Move noartiskip extern declaration to doomdef.h
heretic: Move viewactive extern declaration to doomdef.h
Merge pull request #1533 from turol/extern-heretic
heretic: Move ylookup extern declaration to r_local.h
Merge pull request #1532 from turol/extern-heretic
heretic: Move detailLevel extern declaration to r_local.h
Merge pull request #1530 from turol/extern-heretic
heretic: Move columnofs extern declaration to r_local.h
heretic: Move walllights extern declaration to r_local.h
heretic: Move screenblocks extern declaration to r_local.h
Merge pull request #1528 from turol/extern-heretic
Merge pull request #1525 from turol/cppcheck-upgrade
heretic: Move CheckAbortStartup prototype to doomdef.h
heretic: Move inv_ptr extern declaration to doomdef.h
heretic: Move curpos extern declaration to doomdef.h
heretic: Move inventory extern declaration to doomdef.h
heretic: Move advancedemo extern declaration to doomdef.h
heretic: Move G_BuildTiccmd prototype to doomdef.h
heretic: Move D_ProcessEvents prototype to doomdef.h
heretic: Move D_DoAdvanceDemo prototype to doomdef.h
heretic: Move G_CheckDemoStatus prototype to doomdef.h
heretic: Move D_StartTitle prototype to doomdef.h
heretic: Move askforquit extern declaration to doomdef.h
Merge pull request #1527 from turol/extern-heretic
heretic: Move R_ExecuteSetViewSize prototype to r_local.h
Bump cppcheck action to run on Ubuntu 20.04
heretic: Fix signedness problem in P_DamageMobj
Add __GNUC__ to cppcheck preprocessor macros
fix a cppcheck warning for M_DirName() and M_BaseName() (#1524)
Merge pull request #1521 from turol/extern-heretic
Merge pull request #1523 from turol/cppcheck
setup: Fix signedness issue in SetIcon
video: Fix signedness issue in I_InitWindowIcon
heretic: Move spechit and numspechit extern declarations to p_local.h
Merge pull request #1520 from turol/extern-heretic
heretic: Move P_UndoPlayerChicken prototype to p_local.h
heretic: Move topslope and bottomslope extern declarations to p_local.h
heretic: Move messageson extern declaration to p_local.h
Merge pull request #1519 from turol/extern-heretic
heretic: Move snd_Channels extern declaration s_sound.h
heretic: Move AM_Stop prototype to am_map.h
heretic: Move LevelNames extern declaration to am_map.h
heretic: Move KeyPoints declaration to am_map.h
heretic: Move automapactive extern declaration to am_map.h
heretic: Include am_map.h in files which are going to need it
heretic: Include r_local.h in am_map.h
heretic: Move deh_section_heretic_text extern declaration to deh_htic.h
heretic: Remove commented out code
heretic: Remove unnecessary extern declaration for attackrange