Advertisement
Guest User

funcs.h

a guest
May 17th, 2024
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. #include "recomp.h"
  2.  
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6.  
  7. void recomp_entrypoint(uint8_t* rdram, recomp_context* ctx);
  8.  
  9. #ifdef __cplusplus
  10. }
  11. #endif
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement