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__