mainCtrl.h 808 B

12345678910111213141516171819202122232425
  1. //mainCtrl.h
  2. ///////////////////////////////////////////////////////////////////////////////
  3. #ifndef _MAIN_CTRL_H_
  4. #define _MAIN_CTRL_H_
  5. ///////////////////////////////////////////////////////////////////////////////
  6. #include <stdio.h>
  7. #include <conio.h>
  8. #include <io.h>
  9. #include "./include/TableInfoMgr.h"
  10. ///////////////////////////////////////////////////////////////////////////////
  11. /*/////////////////////////////////////////////////////////////////////////* /
  12. #if defined(__cplusplus)
  13. extern "C" {
  14. #endif
  15. /*/////////////////////////////////////////////////////////////////////////*/
  16. /*/////////////////////////////////////////////////////////////////////////* /
  17. #if defined(__cplusplus)
  18. }
  19. #endif
  20. /*/////////////////////////////////////////////////////////////////////////*/
  21. #endif /*_MAIN_CTRL_H_*/