Files
ps4-ezremote-client/source/daemon.h
T
2026-05-19 23:07:59 -07:00

9 lines
100 B
C++

#ifndef EZ_DAEMON_H
#define EZ_DAEMON_H
namespace Daemon
{
bool BootDaemonServices();
}
#endif