mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-01 03:53:33 +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_ */
|