Restore function prototype for W_ClearNotificationCenter.

This was mistakenly removed when writing wutil-rs/src/notification.rs.
This commit is contained in:
2025-12-20 12:38:29 -05:00
parent d46810291b
commit cd711ba52b
+2
View File
@@ -378,6 +378,8 @@ void W_InitNotificationCenter(void);
void W_ReleaseNotificationCenter(void);
void W_ClearNotificationCenter(void);
/* ---[ selection.c ]----------------------------------------------------- */