Guest User

PSP Hello World callback.h

a guest
Feb 12th, 2017
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.11 KB | None | 0 0
  1. #ifndef COMMON_CALLBACK_H
  2. #define COMMON_CALLBACK_H
  3.  
  4. int isRunning();
  5. int setupExitCallback();
  6.  
  7. #endif
Add Comment
Please, Sign In to add comment