* Prints the string text starting at position *x, *y. x and y are updated to
* the position after the last character
*/
voiddraw_text(int*x,int*y,char*text);
#endif // UI_BASE_H_
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.