From 922b88a4a257f69fd27ae74d5db310be5d78c34a Mon Sep 17 00:00:00 2001 From: Peisong Xiao Date: Fri, 12 Jul 2024 10:00:48 -0400 Subject: [PATCH] removed some unnecessary comments --- src/characters.h | 6 ------ src/map.h | 6 ------ src/position.h | 6 ------ src/races.h | 6 ------ 4 files changed, 24 deletions(-) diff --git a/src/characters.h b/src/characters.h index d4f6bb3..9d8ac68 100644 --- a/src/characters.h +++ b/src/characters.h @@ -1,9 +1,3 @@ -/* - * CS 246 Final Project - * File: map.h - * Purpose: handles all characters - */ - #ifndef __CHARACTERS_H__ #define __CHARACTERS_H__ #include diff --git a/src/map.h b/src/map.h index 2255d64..2585cbf 100644 --- a/src/map.h +++ b/src/map.h @@ -1,9 +1,3 @@ -/* - * CS 246 Final Project - * File: map.h - * Purpose: handles map functionality - */ - #ifndef __MAP_H__ #define __MAP_H__ #include diff --git a/src/position.h b/src/position.h index ea9535e..214b8f9 100644 --- a/src/position.h +++ b/src/position.h @@ -1,9 +1,3 @@ -/* - * CS 246 Final Project - * File: map.h - * Purpose: handles map functionality - */ - #ifndef __POSITION_H__ #define __POSITION_H__ #include diff --git a/src/races.h b/src/races.h index 73b9cd4..dd3862e 100644 --- a/src/races.h +++ b/src/races.h @@ -1,9 +1,3 @@ -/* - * CS 246 Final Project - * File: map.h - * Purpose: handles map functionality - */ - #ifndef __RACES_H__ #define __RACES_H__