summaryrefslogtreecommitdiff
path: root/src/resources/atlasmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/atlasmanager.h')
-rw-r--r--src/resources/atlasmanager.h22
1 files changed, 1 insertions, 21 deletions
diff --git a/src/resources/atlasmanager.h b/src/resources/atlasmanager.h
index cf461cc23..8fb2d6dcc 100644
--- a/src/resources/atlasmanager.h
+++ b/src/resources/atlasmanager.h
@@ -32,27 +32,7 @@
class AtlasResource;
class Resource;
-struct AtlasItem final
-{
- explicit AtlasItem(Image *const image0) :
- image(image0),
- name(),
- x(0),
- y(0),
- width(image0->mBounds.w),
- height(image0->mBounds.h)
- {
- }
-
- A_DELETE_COPY(AtlasItem)
-
- Image *image;
- std::string name;
- int x;
- int y;
- int width;
- int height;
-};
+struct AtlasItem;
struct TextureAtlas final
{