Geometry/include/testclass.h
Karl-Wilfried Zimmer 28006c38e5 snap
2023-12-31 16:08:21 +01:00

15 lines
151 B
C++

//
// Created by nb on 31.12.23.
//
#ifndef GEOMETRY_TESTCLASS_H
#define GEOMETRY_TESTCLASS_H
class testclass {
};
#endif //GEOMETRY_TESTCLASS_H