Subversion Repositories Games.Carmageddon

Rev

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

  1. #include "preptab.h"
  2.  
  3. #include "harness/trace.h"
  4. #include "prepmap.h"
  5.  
  6. // IDA: void __cdecl BrTableUpdate(br_pixelmap *table, br_uint_16 flags)
  7. void BrTableUpdate(br_pixelmap* table, br_uint_16 flags) {
  8.     BrBufferUpdate(table, BRT_UNKNOWN, flags);
  9. }
  10.