swappy/include/notification.h
2019-12-27 19:55:34 -05:00

4 lines
66 B
C

#pragma once
void notification_send(char *title, char *message);