blob: 32d52dd2fffe839d1ea626fc0a87ae2a370f1b1c [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"
HBRUSH CACHE_GetPattern55AABrush(void);
HBITMAP CACHE_GetPattern55AABitmap(void);
#endif /* __WINE_CACHE_H */