summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-09-23 20:45:29 -0700
committerYamaArashi <shadow962@live.com>2016-09-23 20:45:29 -0700
commitc8a1dc2c365842bea2888449275c5e482a24d969 (patch)
tree4be852dcbbbb52aec23b40c3e88546d590329a31 /include
parent733604712e32e9a838b7f81b368df798c86c074d (diff)
clean up field message box code
Diffstat (limited to 'include')
-rw-r--r--include/field_message_box.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/field_message_box.h b/include/field_message_box.h
new file mode 100644
index 000000000..9d5e3a037
--- /dev/null
+++ b/include/field_message_box.h
@@ -0,0 +1,12 @@
+#ifndef GUARD_FIELD_MESSAGE_BOX_H
+#define GUARD_FIELD_MESSAGE_BOX_H
+
+enum
+{
+ FIELD_MESSAGE_BOX_HIDDEN,
+ FIELD_MESSAGE_BOX_UNUSED,
+ FIELD_MESSAGE_BOX_NORMAL,
+ FIELD_MESSAGE_BOX_AUTO_SCROLL,
+};
+
+#endif // GUARD_FIELD_MESSAGE_BOX_H