#pragma once namespace background { void init(void); void shutdown(void); void layout(void); } // namespace background