summaryrefslogtreecommitdiff
path: root/src/heretic/Makefile.am
diff options
context:
space:
mode:
authorSimon Howard2010-02-08 19:18:48 +0000
committerSimon Howard2010-02-08 19:18:48 +0000
commit08e0b1471b357ae22a632d1752919d973db8983e (patch)
tree4e26c344afdbc0626e9a688882f26298a18d4470 /src/heretic/Makefile.am
parent9769464ecf7ae3c92c628deed8164b61f567923a (diff)
downloadchocolate-doom-08e0b1471b357ae22a632d1752919d973db8983e.tar.gz
chocolate-doom-08e0b1471b357ae22a632d1752919d973db8983e.tar.bz2
chocolate-doom-08e0b1471b357ae22a632d1752919d973db8983e.zip
Move action function prototypes in info.c into separate p_action.h
header. Add table of action functions along with their location in the Heretic 1.0 executable, so that the "Action pointer" frame property can be set. Subversion-branch: /branches/raven-branch Subversion-revision: 1865
Diffstat (limited to 'src/heretic/Makefile.am')
-rw-r--r--src/heretic/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/heretic/Makefile.am b/src/heretic/Makefile.am
index 3fdd3ff7..081ca989 100644
--- a/src/heretic/Makefile.am
+++ b/src/heretic/Makefile.am
@@ -20,6 +20,7 @@ info.c info.h \
in_lude.c \
m_random.c m_random.h \
mn_menu.c \
+ p_action.h \
p_ceilng.c \
p_doors.c \
p_enemy.c \