Moving PNG/JPEG code from 'graphics' to 'format', beginning work on audio format code
This commit is contained in:
@@ -1,26 +0,0 @@
|
||||
#ifndef LIME_GRAPHICS_JPEG_H
|
||||
#define LIME_GRAPHICS_JPEG_H
|
||||
|
||||
|
||||
#include <graphics/Image.h>
|
||||
#include <io/Resource.h>
|
||||
|
||||
|
||||
namespace lime {
|
||||
|
||||
|
||||
class JPEG {
|
||||
|
||||
|
||||
public:
|
||||
|
||||
static bool Decode (Resource *resource, Image *image);
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
#endif
|
||||
@@ -1,26 +0,0 @@
|
||||
#ifndef LIME_GRAPHICS_PNG_H
|
||||
#define LIME_GRAPHICS_PNG_H
|
||||
|
||||
|
||||
#include <graphics/Image.h>
|
||||
#include <io/Resource.h>
|
||||
|
||||
|
||||
namespace lime {
|
||||
|
||||
|
||||
class PNG {
|
||||
|
||||
|
||||
public:
|
||||
|
||||
static bool Decode (Resource *resource, Image *image);
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user