- #ifndef REMOTEAR3_VARIABLE_DEFS_H
- #define REMOTEAR3_VARIABLE_DEFS_H
- constexpr auto IMG_RAW_HOST_LEFT = 0;
- constexpr auto IMG_RAW_HOST_RIGHT = 1;
- constexpr auto MAIN_WINDOW_WIDTH = 20;
- constexpr auto MAIN_WINDOW_HEIGHT = 21;
- // global variable declaration
- #endif //REMOTEAR3_VARIABLE_DEFS_H
|