Skeleton includes emtpy implementations of application class structure. Source groups were added to CMakeLists to define filters in Visual Studio.
10 lines
101 B
C++
10 lines
101 B
C++
#ifndef ELEMENT_INDEX_H
|
|
#define ELEMENT_INDEX_H
|
|
|
|
class ElementIndex
|
|
{
|
|
};
|
|
|
|
|
|
#endif // ELEMENT_INDEX_H
|