From c8a270e51dc22f39ed048ab1cc609e6e456df58f Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Sun, 7 Jun 2015 17:49:09 +0200 Subject: Split types.h into separate header for each type --- src/hook_chat_in.hpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/hook_chat_in.hpp (limited to 'src/hook_chat_in.hpp') diff --git a/src/hook_chat_in.hpp b/src/hook_chat_in.hpp new file mode 100644 index 00000000..5062b0e6 --- /dev/null +++ b/src/hook_chat_in.hpp @@ -0,0 +1,7 @@ +#pragma once + +#include "h-basic.h" + +struct hook_chat_in { + s32b m_idx; +}; -- cgit v1.2.3