From 857794d1c02fd0719634bea9674caa8c76d97007 Mon Sep 17 00:00:00 2001 From: Kiyoshi Kyokai Date: Tue, 1 Mar 2005 04:06:17 +0000 Subject: This is the update for the charge bar. It resets every time an attack message is sent to the server. I still haven't actually worked the timer into this. I'd appreciate it if someone would explain how. Thanks. --- src/graphic/graphic.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/graphic/graphic.h') diff --git a/src/graphic/graphic.h b/src/graphic/graphic.h index 0b653875..413c9d33 100644 --- a/src/graphic/graphic.h +++ b/src/graphic/graphic.h @@ -42,6 +42,7 @@ class Graphics; #include "../gui/newskill.h" #include "../gui/setup.h" #include "../gui/equipment.h" +#include "../gui/chargedialog.h" #include "../resources/resourcemanager.h" #include "../map.h" #include "spriteset.h" @@ -71,6 +72,7 @@ extern NewSkillDialog *newSkillWindow; extern StatsWindow *statsWindow; extern Setup *setupWindow; extern EquipmentWindow *equipmentWindow; +extern ChargeDialog* chargeDialog; char get_x_offset(char, char); char get_y_offset(char, char); -- cgit v1.2.3-70-g09d2