13 lines
132 B
C
Raw Normal View History

2014-07-19 18:26:08 +02:00
#ifndef STATICTESTLIB_H
#define STATICTESTLIB_H
class StaticTestLib
{
public:
StaticTestLib();
};
#endif // STATICTESTLIB_H