File diff r8112:7d126d66990f → r8113:7815c26d7612
src/bmp.cpp
Show inline comments
 
@@ -6,8 +6,7 @@
 
#include "openttd.h"
 
#include "gfx.h"
 
#include "bmp.h"
 
#include "macros.h"
 
#include "helpers.hpp"
 
#include "core/bitmath_func.hpp"
 

	
 
void BmpInitializeBuffer(BmpBuffer *buffer, FILE *file)
 
{