#ifndef CONSTANTS_H #define CONSTANTS_H enum DockSide { Top, Bottom, Left, Right, }; #endif // CONSTANTS_H