File diff r2158:c6fcd114db94 → r2159:2c706fe6b0a7
spritecache.c
Show inline comments
 
#include "stdafx.h"
 
#include "openttd.h"
 
#include "debug.h"
 
#include "gfx.h"
 
#include "spritecache.h"
 
#include "table/sprites.h"
 
#include "fileio.h"
 
#include "newgrf.h"
 
#include "md5.h"
 
#include "variables.h"
 
#include <ctype.h>
 

	
 
#define SPRITECACHE_ID 0xF00F0006
 
#define SPRITE_CACHE_SIZE 1024*1024
 

	
 

	
 
//#define WANT_SPRITESIZES
 
#define WANT_NEW_LRU
 
//#define WANT_LOCKED
 

	
 

	
 
/* These are used in newgrf.c: */