added the map, switched branches

This commit is contained in:
MitchellHansen
2016-07-30 23:05:59 -07:00
parent 624d2771ac
commit 4432c0338b
7 changed files with 600 additions and 37 deletions

View File

@@ -1,2 +1,8 @@
#pragma once
#include "Map.h"
#include <iostream>
#include <SFML/System/Vector3.hpp>
sf::Vector3<int> Map::getDimensions() {
throw std::logic_error("The method or operation is not implemented.");
}