#ifndef LIBRARY_LAYOUTVERSION_H #define LIBRARY_LAYOUTVERSION_H enum LayoutVersion { V1 = 1 }; #endif