17 lines
137 B
C
17 lines
137 B
C
#ifndef COLYSIS_H
|
|
#define COLYSIS_H
|
|
|
|
#include <alyson.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|
|
|