#include "conversation/conversation.h"
#include "crypto/crypto.h"
Go to the source code of this file.
Classes | |
struct | aesop::new_player_conv_data_t |
used to create a conversation for new players More... | |
struct | aesop::admin_conv_data_t |
used to create a conversation for server admins More... | |
Namespaces | |
namespace | aesop |
| |
#define | VALID_CHECK(exp, msg) if (!(exp)) { DPRINTF(msg); return false; } |
smart_ptr < converse::ConversationHost > | aesop::createNewPlayerConversationHost (IN smart_ptr< crypto::DESKey > &desKey, IN new_player_conv_data_t &data) |
smart_ptr < converse::ConversationHost > | aesop::createAdminConversationHost (IN admin_conv_data_t &data) |