blob: aa10b037cc0b36d63270d6c585f38dee80d400f9 [file] [log] [blame]
/*
* Wine internally cached objects to speedup some things and prevent
* infinite duplication of trivial code and data.
*
* Copyright 1997 Bertho A. Stultiens
*
*/
#ifndef __WINE_CACHE_H
#define __WINE_CACHE_H
#include "wintypes.h"
HBRUSH32 CACHE_GetPattern55AABrush(void);
HBITMAP32 CACHE_GetPattern55AABitmap(void);
#endif /* __WINE_CACHE_H */