12 lines
291 B
C
12 lines
291 B
C
#pragma once
|
|
|
|
#include "cpu/decode_gif.h"
|
|
#include "cpu/decode_image.h"
|
|
#include "cpu/decode_jpeg.h"
|
|
#include "cpu/decode_png.h"
|
|
#include "cpu/decode_webp.h"
|
|
#include "cpu/encode_jpeg.h"
|
|
#include "cpu/encode_png.h"
|
|
#include "cpu/read_write_file.h"
|
|
#include "cuda/encode_decode_jpegs_cuda.h"
|