foxygit / doom Log in
commit cb71cbe07a78cb7ce0a7af2fff80edc4396eda0d
Merge: 97df2f32 4372e7fd
Author:     Turo Lamminen <turol@users.noreply.github.com>
AuthorDate: Fri Nov 4 12:31:06 2022 +0200
Commit:     GitHub <noreply@github.com>
CommitDate: Fri Nov 4 12:31:06 2022 +0200

    Merge pull request #1538 from turol/hexen-prototypes

    Clean up Hexen prototypes

 src/hexen/CMakeLists.txt |   1 +
 src/hexen/Makefile.am    |   1 +
 src/hexen/h2def.h        |   3 +
 src/hexen/info.c         | 228 +-------------------------------------------
 src/hexen/info.h         |   6 ++
 src/hexen/p_action.h     | 240 +++++++++++++++++++++++++++++++++++++++++++++++
 src/hexen/p_enemy.c      |  19 ----
 src/hexen/p_local.h      |  17 ++++
 src/hexen/p_spec.h       |   7 ++
 9 files changed, 277 insertions(+), 245 deletions(-)