add custom load functions, move private data to struct

This commit is contained in:
Syping 2021-10-28 03:28:36 +02:00
parent 1d48cd0fbd
commit 136520372d
6 changed files with 313 additions and 267 deletions

View file

@ -47,6 +47,7 @@ else()
endif()
set(RAGEPHOTO_HEADERS
src/libragephoto_data.h
src/libragephoto_global.h
src/RagePhoto.h
)