#include #include "common/Setup.h" int main() { Setup s; s.setResolution(); cout << "Resolution: "<< s.getResolution() << endl; }