]> SALOME platform Git repositories - modules/hydro.git/blob - src/HYDROGUI/HYDROGUI_Operations.h
Salome HOME
Compilation by CMake.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Operations.h
1
2 #ifndef HYDROGUI_OPERATIONS_HEADER
3 #define HYDROGUI_OPERATIONS_HEADER
4
5 enum OperationId
6 {
7   FirstId,
8
9   ImportImageId
10 };
11
12 #endif