#pragma once struct InstalledProgram { void do_stuff(); void do_some_other_stuff(); void lol(); void omagelol(); void sheeesh(); };