coolsb_detours.h 223 B

123456789101112131415
  1. #ifndef COOLSB_DETOURS_INCLUDED
  2. #define COOLSB_DETOURS_INCLUDED
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. BOOL WINAPI CoolSB_InitializeApp(void);
  7. BOOL WINAPI CoolSB_UninitializeApp(void);
  8. #ifdef __cplusplus
  9. }
  10. #endif
  11. #endif