mirror of
https://github.com/libretro/RetroArch
synced 2025-02-02 14:54:10 +00:00
9 lines
187 B
C
9 lines
187 B
C
|
// 22 may 2016
|
||
|
#include "../ui.h"
|
||
|
#include "uipriv.h"
|
||
|
|
||
|
void uiUserBugCannotSetParentOnToplevel(const char *type)
|
||
|
{
|
||
|
userbug("You cannot make a %s a child of another uiControl,", type);
|
||
|
}
|