1 2 3 4 5 6 7 8 9
#include "visibility_preset.h" int main() { VisibilityPreset vp; vp.someMethod(); return 0; }