mirror of
https://github.com/Relintai/gif_loader.git
synced 2025-02-04 16:16:08 +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
|