📄 mrlistnodegp.h
字号:
#ifndef MRLISTNODEGP_H
#define MRLISTNODEGP_H
#include "mrGamePlayer.h"
class mrListNodeGP
{
public:
// The GamePlayer stored In the node
mrGamePlayer m_kPlayer;
// A pointer to the next node in the list
mrListNodeGP* m_kNext;
};
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -