From 50b715009438967fa9b37a62649db216ce8021b7 Mon Sep 17 00:00:00 2001 From: sje Date: Wed, 25 Apr 2007 15:34:26 +0000 Subject: git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@145 4f64403b-2f21-0410-a795-97e2b3489a10 --- nohtml/options.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 nohtml/options.h (limited to 'nohtml/options.h') diff --git a/nohtml/options.h b/nohtml/options.h new file mode 100644 index 0000000..f679ad6 --- /dev/null +++ b/nohtml/options.h @@ -0,0 +1,13 @@ +#ifndef _OPTIONS_INC +#define _OPTIONS_INC + +typedef struct { + bool bbcodes; +} Options; + +extern Options options; + +void InitOptions(); +void DeinitOptions(); + +#endif -- cgit v1.2.3