commit mostly nonworking code

This commit is contained in:
Devin Zuczek
2026-08-18 15:53:45 -04:00
parent 54c97ef6d9
commit b15039ea08
29 changed files with 2797 additions and 43 deletions
+8
View File
@@ -0,0 +1,8 @@
#ifndef PHOTON_PATCH_H
#define PHOTON_PATCH_H
// Injects the operator's Photon Cloud app IDs into the AppSettings the client hands to Photon at
// connect time (the self-hosted server can't supply real Photon Cloud app IDs). Build 2025-04-29.
void PatchPhotonAppId(void);
#endif