Subversion Repositories Games.Carmageddon

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. #include "brbhook.h"
  2. #include "harness/trace.h"
  3.  
  4. // IDA: void __cdecl _BrBeginHook()
  5. void _BrBeginHook(void) {
  6.     LOG_TRACE("()");
  7.     NOT_IMPLEMENTED();
  8. }
  9.  
  10. // IDA: void __cdecl _BrEndHook()
  11. void _BrEndHook(void) {
  12.     LOG_TRACE("()");
  13.     NOT_IMPLEMENTED();
  14. }
  15.