mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-30 01:56:31 +03:00
16 lines
455 B
C++
16 lines
455 B
C++
#ifndef EEPP_MAPS_HPP
|
|
#define EEPP_MAPS_HPP
|
|
|
|
#include <eepp/maps/maplight.hpp>
|
|
#include <eepp/maps/gameobject.hpp>
|
|
#include <eepp/maps/gameobjecttextureregion.hpp>
|
|
#include <eepp/maps/gameobjecttextureregionex.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
|