This commit is contained in:
2024-03-13 14:52:46 +01:00
parent 19be1a6e48
commit f5b0e67056
21 changed files with 391 additions and 18 deletions

11
shapes.h Normal file
View File

@ -0,0 +1,11 @@
#ifndef _SHAPES_H_
#define _SHAPES_H_
void shapesInit();
void shapesExec(void *handle);
#endif // _SHAPES_H_