Geometry/include/testclass.h

15 lines
151 B
C
Raw Normal View History

2023-12-31 16:08:21 +01:00
//
// Created by nb on 31.12.23.
//
#ifndef GEOMETRY_TESTCLASS_H
#define GEOMETRY_TESTCLASS_H
class testclass {
};
#endif //GEOMETRY_TESTCLASS_H