mirror of
https://github.com/djdevin/recnet-plugin.git
synced 2026-09-08 14:41:30 -07:00
9 lines
281 B
C
9 lines
281 B
C
#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
|