OpenMW
apps/opencs/view/tools/subviews.hpp
Go to the documentation of this file.
00001 #ifndef CSV_TOOLS_SUBVIEWS_H
00002 #define CSV_TOOLS_SUBVIEWS_H
00003 
00004 namespace CSVDoc
00005 {
00006     class SubViewFactoryManager;
00007 }
00008 
00009 namespace CSVTools
00010 {
00011     void addSubViewFactories (CSVDoc::SubViewFactoryManager& manager);
00012 }
00013 
00014 #endif