summaryrefslogtreecommitdiff
path: root/apps/windoze/CBuilder5/prototype/biblecsmgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/windoze/CBuilder5/prototype/biblecsmgr.h')
-rw-r--r--apps/windoze/CBuilder5/prototype/biblecsmgr.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/apps/windoze/CBuilder5/prototype/biblecsmgr.h b/apps/windoze/CBuilder5/prototype/biblecsmgr.h
new file mode 100644
index 0000000..38f8320
--- /dev/null
+++ b/apps/windoze/CBuilder5/prototype/biblecsmgr.h
@@ -0,0 +1,23 @@
+//---------------------------------------------------------------------------
+#ifndef biblecsmgrH
+#define biblecsmgrH
+#include <swmgr.h>
+#include "ModInstForm.h"
+//---------------------------------------------------------------------------
+class BibleCSMGR : public SWMgr {
+ TModInstFrm *ModInstFrm;
+ SWFilter *gbftortf;
+ SWFilter *rwptortf;
+ SWFilter *thmltortf;
+
+protected:
+ virtual char AddModToConfig(int conffd, const char *fname);
+ virtual void AddRenderFilters(SWModule *module, ConfigEntMap &section);
+
+public:
+ BibleCSMGR(TModInstFrm *iModInstFrm);
+ virtual ~BibleCSMGR();
+};
+
+#endif
+ \ No newline at end of file