cms_user.hh
来自「CNC 的开放码,EMC2 V2.2.8版」· HH 代码 · 共 28 行
HH
28 行
/********************************************************************* Description: cms_user.hh** Derived from a work by Fred Proctor & Will Shackleford** Author:* License: LGPL Version 2* System: Linux* * Copyright (c) 2004 All rights reserved.** Last change: * $Revision: 1.4 $* $Author: paul_c $* $Date: 2005/05/23 16:34:12 $********************************************************************/#ifndef CMS_USER_HH#define CMS_USER_HHclass CMS;class CMS_USER { public: CMS * cms;};#endif /* !defined(CMS_USER_HH) */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?