mirror of
https://github.com/hyprwm/hyprpaper.git
synced 2025-12-24 22:50:02 +01:00
8 lines
No EOL
145 B
C++
8 lines
No EOL
145 B
C++
#pragma once
|
|
|
|
#include "../defines.hpp"
|
|
#include <jpeglib.h>
|
|
|
|
namespace JPEG {
|
|
cairo_surface_t* createSurfaceFromJPEG(const std::string&);
|
|
}; |