2013-11-03 12:27:13 +02:00

10 lines
102 B
C++

#include "visibility_preset.h"
int main()
{
VisibilityPreset vp;
vp.someMethod();
return 0;
}