#ifndef LIBRARY_LAYOUTVERSION_HPP #define LIBRARY_LAYOUTVERSION_HPP namespace vkvm { enum LayoutVersion { V1 = 1 }; } #endif