Inkay/src/Notification.h
Ash Logan aedd02b0d1 chore(config): Switch to string_view for translated strings
Elides about 100 strlen calls by allowing the length to be calculated at compile time

ofc the WUPS backend doesn't USE this info but, y'know.
2024-08-04 18:15:26 +10:00

4 lines
63 B
C

#pragma once
void ShowNotification(const char* notification);