Subversion Repositories Games.Carmageddon

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
20 pmbaty 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
}