Cleanup rpc

This commit is contained in:
2025-05-26 14:58:23 -04:00
parent a40931b791
commit cde7a6e228
11 changed files with 45 additions and 8 deletions

View File

@@ -0,0 +1,12 @@
//
// Created by Johnathon Slightham on 2025-05-25.
//
#ifndef DISCOVERYSERVICE_H
#define DISCOVERYSERVICE_H
class mDNSDiscoveryService : IDiscoveryService {
}
#endif //DISCOVERYSERVICE_H