12 lines
115 B
C
12 lines
115 B
C
|
#ifndef _SHAPES_H_
|
||
|
#define _SHAPES_H_
|
||
|
|
||
|
|
||
|
|
||
|
void shapesInit();
|
||
|
void shapesExec(void *handle);
|
||
|
|
||
|
|
||
|
|
||
|
#endif // _SHAPES_H_
|