This commit is contained in:
parent
71b5e04b45
commit
0db97f5b94
1 changed files with 2 additions and 1 deletions
|
@ -3,10 +3,11 @@
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <eyd.hh>
|
|
||||||
#include <exception>
|
#include <exception>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
#include "eyd.hh"
|
||||||
|
|
||||||
namespace EydTools {
|
namespace EydTools {
|
||||||
typedef enum { EYDRLE_MODE_COMPRESS, EYDRLE_MODE_UNCOMPRESS, EYDRLE_MODE_UNDEF } eydrle_mode_t;
|
typedef enum { EYDRLE_MODE_COMPRESS, EYDRLE_MODE_UNCOMPRESS, EYDRLE_MODE_UNDEF } eydrle_mode_t;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue