Cleanup Includes/Add PushMessage(string, string)

This commit is contained in:
2024-05-17 11:33:09 +02:00
parent e0c03f2ec5
commit f3291963d4
23 changed files with 35 additions and 66 deletions

View File

@ -149,4 +149,4 @@ void Sample::Logic() {
// Make sure to clear after processing!!!;
shared_requests.clear();
if (d7_hDown & KEY_B) debug_background = !debug_background;
}
}