From 918b1123963ac2f91a4d074b092ceef1db71b4e8 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Fri, 28 Jun 2013 18:45:38 -0300 Subject: BG Queue Testing http://hercules.ws/board/topic/1302-bg-queue-debug/ Signed-off-by: shennetsind --- src/map/script.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/map/script.h') diff --git a/src/map/script.h b/src/map/script.h index a047779a8..a77e957c0 100644 --- a/src/map/script.h +++ b/src/map/script.h @@ -383,6 +383,8 @@ struct script_interface { bool (*queue_add) (int idx, int var); bool (*queue_del) (int idx); bool (*queue_remove) (int idx, int var); + int (*queue_create) (void); + void (*queue_clear) (int idx); } script_s; struct script_interface *script; -- cgit v1.2.3-70-g09d2