mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
16 lines
449 B
C++
16 lines
449 B
C++
#ifndef EEPP_MAPS_HPP
|
|
#define EEPP_MAPS_HPP
|
|
|
|
#include <eepp/maps/maplight.hpp>
|
|
#include <eepp/maps/gameobject.hpp>
|
|
#include <eepp/maps/gameobjectsubtexture.hpp>
|
|
#include <eepp/maps/gameobjectsubtextureex.hpp>
|
|
#include <eepp/maps/gameobjectsprite.hpp>
|
|
#include <eepp/maps/maplayer.hpp>
|
|
#include <eepp/maps/tilemaplayer.hpp>
|
|
#include <eepp/maps/mapobjectlayer.hpp>
|
|
#include <eepp/maps/tilemap.hpp>
|
|
#include <eepp/maps/mapeditor/mapeditor.hpp>
|
|
|
|
#endif
|