This repository has been archived on 2024-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
Files
game-ctrl-01/shapes.h
2024-03-13 14:52:46 +01:00

12 lines
115 B
C

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