Update nlohmann's json lib for the projects

This commit is contained in:
daleclack 2023-08-28 21:01:56 +08:00
parent 413a2e4d29
commit ac6a5b887c
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#include <gtk/gtk.h>
G_DECLARE_FINAL_TYPE(MyReminder, my_reminder, MY, REMINDER, GtkApplicationWindow)
MyReminder *my_reminder_new(GtkApplication *app);