mirror of
https://github.com/HEYAHONG/HCppBox.git
synced 2025-05-09 00:21:37 +08:00
15 lines
416 B
C
15 lines
416 B
C
/***************************************************************
|
|
* Name: hshell.h
|
|
* Purpose: 声明hshell接口
|
|
* Author: HYH (hyhsystem.cn)
|
|
* Created: 2025-03-17
|
|
* Copyright: HYH (hyhsystem.cn)
|
|
* License: MIT
|
|
**************************************************************/
|
|
#ifndef __HSHELL_H_INCLUDED__
|
|
#define __HSHELL_H_INCLUDED__
|
|
|
|
#include "hshell/hshell.h"
|
|
|
|
#endif // __HSHELL_H_INCLUDED__
|