📄 arsregistaction.cpp
字号:
#include "StdAfx.h"
#include "ARSAction.h"
#include "ARSPoliceDirect.h"
#include "ARSThiefRandom.h"
#include "ARSPlField.h"
#include "ARSThStill.h"
void RigestActions()//避免编译顺序问题造成的错误
{
bool bThiefRandom = ARSAction::RegistOneAction(THIEF_RANDOM,ARSThRandom::CreateAction);
bool bPoliceField = ARSAction::RegistOneAction(POLICE_FIELD,ARSPlField::CreateAction);
bool bThiefStill = ARSAction::RegistOneAction(THIEF_STILL,ARSThStill::CreateAction);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -