4 lines
78 B
C
4 lines
78 B
C
|
#pragma once
|
||
|
|
||
|
void notification_push(const char* title, const char* text);
|