fix comments
This commit is contained in:
parent
e3827097f3
commit
b99df2dc62
@ -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"
|
||||
|
||||
@ -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 */
|
||||
|
||||
4
src/ui.c
4
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 <string.h>
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
//
|
||||
/*
|
||||
// Created by Gregory Gauthier on 06/10/2025.
|
||||
//
|
||||
*/
|
||||
/* words.c - Word list management implementation */
|
||||
#include "../include/words.h"
|
||||
#include <stdio.h>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user