File diff r25723:2d27e68cde3a → r25724:cf37407a0fa2
src/gfx_func.h
Show inline comments
 
@@ -121,6 +121,7 @@ void DrawDirtyBlocks();
 
void AddDirtyBlock(int left, int top, int right, int bottom);
 
void MarkWholeScreenDirty();
 

	
 
bool CopyPalette(Palette &local_palette, bool force_copy = false);
 
void GfxInitPalettes();
 
void CheckBlitter();