iup-stack/cd/include/cddbuf.h

24 lines
298 B
C
Raw Permalink Normal View History

2023-02-20 16:44:45 +00:00
/** \file
* \brief Double Buffer driver
*
* See Copyright Notice in cd.h
*/
#ifndef __CD_DBUF_H
#define __CD_DBUF_H
#ifdef __cplusplus
extern "C" {
#endif
cdContext* cdContextDBuffer(void);
#define CD_DBUFFER cdContextDBuffer()
#ifdef __cplusplus
}
#endif
#endif /* ifndef __CD_DBUF_ */