defines.h
来自「游戏开发人工智能技术-AI.Techniques.for.Game.Progra」· C头文件 代码 · 共 11 行
H
11 行
#ifndef DEFINES_H
#define DEFINES_H
#define WINDOW_WIDTH 400
#define WINDOW_HEIGHT 400
#define RADIUS 10
#define NUM_BALLS 15
#define MAX_VELOCITY 3
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?