mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-23 20:23:54 +00:00
15 lines
215 B
C++
15 lines
215 B
C++
|
#ifndef CSV_WORLD_SUBVIEWS_H
|
||
|
#define CSV_WORLD_SUBVIEWS_H
|
||
|
|
||
|
namespace CSVDoc
|
||
|
{
|
||
|
class SubViewFactoryManager;
|
||
|
}
|
||
|
|
||
|
namespace CSVWorld
|
||
|
{
|
||
|
void addSubViewFactories(CSVDoc::SubViewFactoryManager& manager);
|
||
|
}
|
||
|
|
||
|
#endif
|