#pragma once class SteamTarget { public: explicit SteamTarget(int argc, char* argv[]); int run(); };