mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 15:03:34 +00:00
9 lines
219 B
C
9 lines
219 B
C
|
#ifndef COSMOPOLITAN_TOOL_VIZ_LIB_HALFBLIT_H_
|
||
|
#define COSMOPOLITAN_TOOL_VIZ_LIB_HALFBLIT_H_
|
||
|
COSMOPOLITAN_C_START_
|
||
|
|
||
|
void *halfblit(size_t, void *);
|
||
|
|
||
|
COSMOPOLITAN_C_END_
|
||
|
#endif /* COSMOPOLITAN_TOOL_VIZ_LIB_HALFBLIT_H_ */
|