12345678910111213141516171819202122232425 |
- //mainCtrl.h
- ///////////////////////////////////////////////////////////////////////////////
- #ifndef _MAIN_CTRL_H_
- #define _MAIN_CTRL_H_
- ///////////////////////////////////////////////////////////////////////////////
- #include <stdio.h>
- #include <conio.h>
- #include <io.h>
- #include "./include/TableInfoMgr.h"
- ///////////////////////////////////////////////////////////////////////////////
- /*/////////////////////////////////////////////////////////////////////////* /
- #if defined(__cplusplus)
- extern "C" {
- #endif
- /*/////////////////////////////////////////////////////////////////////////*/
- /*/////////////////////////////////////////////////////////////////////////* /
- #if defined(__cplusplus)
- }
- #endif
- /*/////////////////////////////////////////////////////////////////////////*/
- #endif /*_MAIN_CTRL_H_*/
|