summaryrefslogtreecommitdiff
path: root/src/graphic/graphic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphic/graphic.h')
-rw-r--r--src/graphic/graphic.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/graphic/graphic.h b/src/graphic/graphic.h
index ea9b71f0..ed62bf79 100644
--- a/src/graphic/graphic.h
+++ b/src/graphic/graphic.h
@@ -65,6 +65,9 @@ extern NpcListDialog *npcListDialog;
extern NpcTextDialog *npcTextDialog;
extern SkillDialog *skillDialog;
+char get_x_offset(char, char);
+char get_y_offset(char, char);
+
/**
* The action listener for the chat field.
*/