This commit is contained in:
Nav
2022-04-03 17:00:40 +01:00
parent a0c493abaa
commit ffd57c94fa
5 changed files with 15 additions and 9 deletions

View File

@@ -4,6 +4,11 @@
namespace Bloom::DebugServer
{
/**
* Every debug server must implement this interface.
*
* See documentation in src/DebugServer/README.md for more.
*/
class ServerInterface
{
public: