Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. //libraries for picture scaling
  2. #include <IL/il.h>
  3. #include <IL/ilu.h>
  4.  
  5. void CPictureDataProvider::init(std::shared_ptr<CBuildLists> buildLists, std::shared_ptr<CContactbookStubAdapter> contactbookStubAdapter, std::shared_ptr<CSyncManager> syncManager)
  6. {
  7. //init libraries for picture scaling
  8. ilInit();
  9. iluInit();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement