summaryrefslogtreecommitdiff
path: root/src/map/battleground.h
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-06-15 05:29:58 -0300
committershennetsind <ind@henn.et>2013-06-15 05:29:58 -0300
commit1edc31980be653e6482e4920862ac5d6ab0dd916 (patch)
treec7ec9afca830cd8c83c839e34ca02728ad2b727b /src/map/battleground.h
parent8fb06fb0d7d89b31204519bacd72ab078bb8480d (diff)
downloadhercules-1edc31980be653e6482e4920862ac5d6ab0dd916.tar.gz
hercules-1edc31980be653e6482e4920862ac5d6ab0dd916.tar.bz2
hercules-1edc31980be653e6482e4920862ac5d6ab0dd916.tar.xz
hercules-1edc31980be653e6482e4920862ac5d6ab0dd916.zip
bg queue minor progress
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/battleground.h')
-rw-r--r--src/map/battleground.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/battleground.h b/src/map/battleground.h
index 8fe9f3b77..030d13d90 100644
--- a/src/map/battleground.h
+++ b/src/map/battleground.h
@@ -96,6 +96,7 @@ struct battleground_interface {
int (*begin_timer) (int tid, unsigned int tick, int id, intptr_t data);
void (*queue_pregame) (struct bg_arena *arena);
int (*fillup_timer) (int tid, unsigned int tick, int id, intptr_t data);
+ void (*queue_ready_ack) (struct bg_arena *arena, struct map_session_data *sd, bool response);
/* */
void (*config_read) (void);
} bg_s;