#pragma once namespace cover { extern int cover_ix; enum cover_type { thebeach, silvertrees, redtree, mountain, mossycottage, clocks, tree, moonmountains, }; }