Files
SyncHome/trunk/workspace/00_Lib/SAM-VoiceMaster/src/render.h
topicchi 0b6afad8fe
2023-09-22 06:03:48 +00:00

8 lines
122 B
C

#ifndef RENDER_H
#define RENDER_H
void Render();
void SetMouthThroat(unsigned char mouth, unsigned char throat);
#endif