aboutsummaryrefslogtreecommitdiffstats
path: root/yage/core/imageloader.h
diff options
context:
space:
mode:
Diffstat (limited to 'yage/core/imageloader.h')
-rw-r--r--yage/core/imageloader.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/yage/core/imageloader.h b/yage/core/imageloader.h
index ab9f9e4d..bc041dc6 100644
--- a/yage/core/imageloader.h
+++ b/yage/core/imageloader.h
@@ -1,5 +1,5 @@
-/* ----------------------------------------------------------------------------
- * imageloader.h
+/** ---------------------------------------------------------------------------
+ * @file: imageloader.h
*
* Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com>
* MIT License, see LICENSE file for more details.
@@ -9,13 +9,13 @@
#ifndef IMAGE_LOADER_H
#define IMAGE_LOADER_H
-#include "texture.h"
-
#include <string>
namespace yage
{
+class Texture;
+
class ImageLoader
{
public: