YouDunIt/modules/you_done_it/ydi_client.h

12 lines
243 B
C++

#pragma once
#include "ydi_networking.h"
#include <core/string/ustring.h>
namespace ydi::client {
void connect(String const &url);
void disconnect();
namespace send {
void reveal_clue(ClueID id);
} //namespace send
} //namespace ydi::client