mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-08 18:39:29 +00:00
15 lines
216 B
C++
15 lines
216 B
C++
#ifndef CSV_TOOLS_SUBVIEWS_H
|
|
#define CSV_TOOLS_SUBVIEWS_H
|
|
|
|
namespace CSVDoc
|
|
{
|
|
class SubViewFactoryManager;
|
|
}
|
|
|
|
namespace CSVTools
|
|
{
|
|
void addSubViewFactories (CSVDoc::SubViewFactoryManager& manager);
|
|
}
|
|
|
|
#endif
|