From b99df2dc620d572087231c399a32551bb17a5562 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Wed, 17 Dec 2025 21:24:41 +0000 Subject: [PATCH] fix comments --- src/game.c | 4 ++-- src/main.c | 4 ++-- src/ui.c | 4 ++-- src/words.c | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/game.c b/src/game.c index 9a67f61..7a34394 100644 --- a/src/game.c +++ b/src/game.c @@ -1,6 +1,6 @@ -// +/* // Created by Gregory Gauthier on 06/10/2025. -// +*/ /* game.c - Game logic implementation */ #include "../include/game.h" #include "../include/ui.h" diff --git a/src/main.c b/src/main.c index bc94430..1ec79a5 100644 --- a/src/main.c +++ b/src/main.c @@ -1,6 +1,6 @@ -// +/* // Created by Gregory Gauthier on 06/10/2025. -// +*/ /* main.c - Entry point and main game loop */ /* Compile with: gcc -std=c90 -o cordle src\/\*.c -Iinclude -lncurses */ diff --git a/src/ui.c b/src/ui.c index cd62e82..354695d 100644 --- a/src/ui.c +++ b/src/ui.c @@ -1,6 +1,6 @@ -// +/* // Created by Gregory Gauthier on 06/10/2025. -// +*/ /* ui.c - User interface implementation */ #include "../include/ui.h" #include diff --git a/src/words.c b/src/words.c index 2276a43..4b634a6 100644 --- a/src/words.c +++ b/src/words.c @@ -1,6 +1,6 @@ -// +/* // Created by Gregory Gauthier on 06/10/2025. -// +*/ /* words.c - Word list management implementation */ #include "../include/words.h" #include