Files
eepp/include/eepp/maps.hpp
Martín Lucas Golini 29b5251f97 Renamed SubTexture to TextureRegion.
Fixed a bug with frambuffers and views.

--HG--
branch : dev-2.1
2018-01-11 21:17:01 -03:00

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