Files
Sourcetrail/src/lib/data/ElementIndex.h
T
Eberhard Graether d4e3433e5d project: added project skeleton
Skeleton includes emtpy implementations of application class structure.
Source groups were added to CMakeLists to define filters in Visual Studio.
2014-03-31 17:59:52 +02:00

10 lines
101 B
C++

#ifndef ELEMENT_INDEX_H
#define ELEMENT_INDEX_H
class ElementIndex
{
};
#endif // ELEMENT_INDEX_H