summaryrefslogtreecommitdiff
path: root/src/strings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/strings.h')
-rw-r--r--src/strings.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/strings.h b/src/strings.h
new file mode 100644
index 000000000..dd4fd179d
--- /dev/null
+++ b/src/strings.h
@@ -0,0 +1,14 @@
+/* $Id$ */
+
+#ifndef STRINGS_H
+#define STRINGS_H
+
+char *InlineString(char *buf, uint16 string);
+char *GetString(char *buffr, uint16 string, const char* last);
+
+extern char _userstring[128];
+
+void InjectDParam(int amount);
+int32 GetParamInt32(void);
+
+#endif /* STRINGS_H */