Guest User

Untitled

a guest
Oct 7th, 2017
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.17 KB | None | 0 0
  1. import test.hoard;
  2. Hoard* sHoard;
  3.  
  4. alias void function(void*, Hoard*) InitDLLFuncPtr;
  5. void initDLL(InitDLLFuncPtr initFP)
  6. {
  7.    initFP(gc_getProxy(), sHoard);
  8. }
Add Comment
Please, Sign In to add comment