mirror of
https://github.com/Relintai/gif_loader.git
synced 2025-02-10 16:40:06 +01:00
12 lines
137 B
C
12 lines
137 B
C
|
|
||
|
#ifndef GIF_LOADER_H
|
||
|
#define GIF_LOADER_H
|
||
|
|
||
|
#include "core/object/reference.h"
|
||
|
|
||
|
class GIFLoader : public Reference {
|
||
|
public:
|
||
|
};
|
||
|
|
||
|
#endif
|