variable_defs.h 308 B

12345678910111213
  1. #ifndef REMOTEAR3_VARIABLE_DEFS_H
  2. #define REMOTEAR3_VARIABLE_DEFS_H
  3. constexpr auto IMG_RAW_HOST_LEFT = 0;
  4. constexpr auto IMG_RAW_HOST_RIGHT = 1;
  5. constexpr auto MAIN_WINDOW_WIDTH = 20;
  6. constexpr auto MAIN_WINDOW_HEIGHT = 21;
  7. // global variable declaration
  8. #endif //REMOTEAR3_VARIABLE_DEFS_H