Advertisement
fastman92

Untitled

Jul 21st, 2015
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.13 KB | None | 0 0
  1.     struct tImgLoadingCall
  2.     {
  3.         void* pUserData;
  4.         bool(__cdecl* ReadEntry)(CDirectoryEntryExtended* pEntry, void* pUserData);
  5.     };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement