?? sutil.h
字號:
#ifndef DP_SUTIL_H#define DP_SUTIL_H#include "BugBot.h"#include "clump.h"#include "mainbrain.h"#include "food.h"struct Spot{ std::list<BugBot>::iterator bugbot; std::list<BugBot>::iterator corpse; std::list<Food>::iterator food; Spot();}; #endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -