8 lines
123 B
C
8 lines
123 B
C
#ifndef _EVOLUTION_H_
|
|
#define _EVOLUTION_H_
|
|
|
|
typedef struct _EShell EShell;
|
|
typedef struct _EShellView EShellView;
|
|
|
|
#endif
|