mirror of
https://github.com/Fennix-Project/Userspace.git
synced 2025-07-11 15:19:21 +00:00
Fix stub lib
This commit is contained in:
8
libs/include/libdraw.h
Normal file
8
libs/include/libdraw.h
Normal file
@ -0,0 +1,8 @@
|
||||
#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__
|
Reference in New Issue
Block a user