summaryrefslogtreecommitdiffstats
path: root/src/trigger.h
diff options
context:
space:
mode:
authorroman65536 <roman65536@yahoo.com>2017-03-15 15:02:39 +0100
committerroman65536 <roman65536@yahoo.com>2017-03-15 15:02:39 +0100
commit3c4de0322a6ad7a3c8c977f7477317500a115179 (patch)
tree9a0c35a2122c1a9fc1720743bb77feb0a90b540b /src/trigger.h
parentc444f0f587a012e7666e6b9f77110b89dd458dbe (diff)
Warnings cleanup and compilation time switches.
Diffstat (limited to 'src/trigger.h')
-rw-r--r--src/trigger.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/trigger.h b/src/trigger.h
index 66882a9..f287e60 100644
--- a/src/trigger.h
+++ b/src/trigger.h
@@ -15,3 +15,4 @@ struct trigger {
void do_trigger( struct ent *p , int rw);
void set_trigger(int r, int c, int rf, int cf, char * str);
void del_trigger(int r, int c, int rf, int cf );
+void do_C_Trigger_cell(struct ent * p, int rw);