#ifndef _SHAPES_H_ #define _SHAPES_H_ void shapesInit(); void shapesExec(void *handle); #endif // _SHAPES_H_