// Common, groups Output and Encoding
// Copyright Alexander Liss


	// ENCODING

#ifndef __RGB2_H__
#define __RGB2_H__

#include "rgb.h"
#include "commbuf.h"


int pack(CommBuffer& d, const RGB& z);
int unpack(RGB& z,const CommBuffer& s,ReadControl& c);


#endif