module libsweatyballs.link.message.core;

/**
* Message
*
* base class for encoding/decoding messages
*/

/* TODO: Remove this (this is just to get this to compile) */
alias ProtoBuf = string;

public import link;