#pragma once
#include "pixelGameEngine.h"
using namespace olc;
class Editor {
std::string filename;
vi2d MAP_SIZE;
public:
Editor() {}
void Update(float fElapsedTime);
};