
#ifndef _ECHOBACKEND_H_
#define _ECHOBACKEND_H_

#ifdef __cplusplus
extern "C" {
#endif

#include <GL/gl.h>
#include "lodestone.h"

lsInterface *echoGetLSInterface(void);

#ifdef __cplusplus
}
#endif

#endif /* _ECHOBACKEND_H_ */
