Userspace/libs/include/libdraw.h
2023-04-07 05:28:13 +03:00

9 lines
169 B
C

#ifndef __FENNIX_LIB_DRAW_H__
#define __FENNIX_LIB_DRAW_H__
#include <types.h>
void DrawRect(int x, int y, int w, int h, int color);
#endif // !__FENNIX_LIB_DRAW_H__