mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-03 00:15:21 +00:00
12 lines
125 B
C
12 lines
125 B
C
#ifndef CONSTANTS_H
|
|
#define CONSTANTS_H
|
|
|
|
enum DockSide {
|
|
Top,
|
|
Bottom,
|
|
Left,
|
|
Right,
|
|
};
|
|
|
|
#endif // CONSTANTS_H
|