added the map, switched branches
This commit is contained in:
@@ -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.");
|
||||
}
|
||||
Reference in New Issue
Block a user