This commit is contained in:
glenux 2006-01-03 10:47:46 +00:00
parent 71b5e04b45
commit 0db97f5b94

View file

@ -3,10 +3,11 @@
#include <stdio.h>
#include <stdlib.h>
#include <eyd.hh>
#include <exception>
#include <vector>
#include "eyd.hh"
namespace EydTools {
typedef enum { EYDRLE_MODE_COMPRESS, EYDRLE_MODE_UNCOMPRESS, EYDRLE_MODE_UNDEF } eydrle_mode_t;