main.h 119 B

12345678
  1. #ifndef MAIN_H
  2. #define MAIN_H
  3. #include "EgoInterface.h"
  4. IEgoNotify *_notify;
  5. IEgoControl *_control;
  6. #endif // MAIN_H