代码格式化和优化:统一换行符格式,优化代码结构

This commit is contained in:
2025-07-23 10:09:02 +08:00
parent fbe4f5273c
commit cb81105809
13 changed files with 57 additions and 6 deletions
+1
View File
@@ -4,6 +4,7 @@
* @note 本文件定义了五子棋游戏的主要数据结构、函数和全局变量。
* 它包含了游戏棋盘的表示、玩家操作、规则检查以及AI决策等功能。
*/
#ifndef GO_BANG_H
#define GO_BANG_H