📄 miniducksimulator.hpp
字号:
#ifndef _HFDP_CPP_INTERPRETER_MINI_DUCK_SIMULATOR_HPP_
#define _HFDP_CPP_INTERPRETER_MINI_DUCK_SIMULATOR_HPP_
#include "../../Standard.h"
#include "FlyBehavior.hpp"
#include "FlyNoWay.hpp"
#include "FlyWithWings.hpp"
#include "FlyRocketPowered.hpp"
#include "QuackBehavior.hpp"
#include "Quack.hpp"
#include "FakeQuack.hpp"
#include "MuteQuack.hpp"
#include "Squeak.hpp"
#include "Duck.hpp"
#include "DecoyDuck.hpp"
#include "MallardDuck.hpp"
#include "ModelDuck.hpp"
#include "RedHeadDuck.hpp"
#include "RubberDuck.hpp"
#include "Expression.hpp"
#include "Visitor.hpp"
#include "Variable.hpp"
#include "DisplayCommand.hpp"
#include "LeftCommand.hpp"
#include "RightCommand.hpp"
#include "FlyCommand.hpp"
#include "QuackCommand.hpp"
#include "SwimCommand.hpp"
#include "WhileCommand.hpp"
#include "Iterator.hpp"
#include "Context.hpp"
#include "Interpreter.hpp"
#include "DuckFactory.hpp"
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -