1
0
mirror of https://github.com/ScrelliCopter/tmx2gba.git synced 2025-02-21 03:29:25 +11:00

restore build & basic functionality

This commit is contained in:
2024-04-10 02:31:43 +10:00
parent ebe83ffb68
commit 385f7b069f
7 changed files with 170 additions and 159 deletions

View File

@@ -1,4 +1,4 @@
/* tmxreader.hpp - Copyright (C) 2015-2022 a dinosaur (zlib, see COPYING.txt) */
/* tmxreader.hpp - Copyright (C) 2015-2024 a dinosaur (zlib, see COPYING.txt) */
#ifndef TMXREADER_HPP
#define TMXREADER_HPP
@@ -10,11 +10,6 @@
#include <vector>
#include <map>
#include <optional>
#include <rapidxml/rapidxml.hpp>
class TmxTileset;
class TmxLayer;
class TmxObject;
class TmxReader
{