chore: Introduce common directory to deduplicate shared code

This commit is contained in:
Ash Logan 2024-11-21 13:19:06 +11:00
commit ea71879bb1
22 changed files with 110 additions and 278 deletions

3
common/Notification.h Normal file
View file

@ -0,0 +1,3 @@
#pragma once
void ShowNotification(const char* notification);