GUIs.h 72 B

12345678910
  1. #ifndef GUIS_H
  2. #define GUIS_H
  3. enum GUIs
  4. {
  5. START_MENU
  6. };
  7. #endif