mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-13 19:08:11 +00:00
[client] overlay: add modal message dialog support
This commit is contained in:
@@ -31,5 +31,6 @@ int stringlist_push (StringList sl, char * str);
|
||||
void stringlist_remove(StringList sl, unsigned int index);
|
||||
unsigned int stringlist_count (StringList sl);
|
||||
char * stringlist_at (StringList sl, unsigned int index);
|
||||
void stringlist_clear (StringList sl);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user