Fix stub lib

This commit is contained in:
Alex
2023-04-07 05:28:13 +03:00
parent 1a2f662bf9
commit 78494d58eb
3 changed files with 21 additions and 3 deletions

8
libs/include/libdraw.h Normal file
View 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__