rebuild.h
来自「source code to compute the visibility po」· C头文件 代码 · 共 18 行
H
18 行
/* rebuild.h * Brian O'Connor * * Functions to build a new environment given the original one. * The new environment will be the old environment minus the area * that the original pursuer was able to search in that environment. */#ifndef REBUILD_H#define REBUILD_Hclass PInfo;class WorldInfo;int RebuildInput(PInfo *pinfo, WorldInfo *wInfo);#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?