removed some unnecessary comments
This commit is contained in:
@ -1,9 +1,3 @@
|
||||
/*
|
||||
* CS 246 Final Project
|
||||
* File: map.h
|
||||
* Purpose: handles all characters
|
||||
*/
|
||||
|
||||
#ifndef __CHARACTERS_H__
|
||||
#define __CHARACTERS_H__
|
||||
#include <vector>
|
||||
|
@ -1,9 +1,3 @@
|
||||
/*
|
||||
* CS 246 Final Project
|
||||
* File: map.h
|
||||
* Purpose: handles map functionality
|
||||
*/
|
||||
|
||||
#ifndef __MAP_H__
|
||||
#define __MAP_H__
|
||||
#include <vector>
|
||||
|
@ -1,9 +1,3 @@
|
||||
/*
|
||||
* CS 246 Final Project
|
||||
* File: map.h
|
||||
* Purpose: handles map functionality
|
||||
*/
|
||||
|
||||
#ifndef __POSITION_H__
|
||||
#define __POSITION_H__
|
||||
#include <vector>
|
||||
|
@ -1,9 +1,3 @@
|
||||
/*
|
||||
* CS 246 Final Project
|
||||
* File: map.h
|
||||
* Purpose: handles map functionality
|
||||
*/
|
||||
|
||||
#ifndef __RACES_H__
|
||||
#define __RACES_H__
|
||||
|
||||
|
Reference in New Issue
Block a user