main.cpp 102 B

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