8 lines
122 B
C
8 lines
122 B
C
#ifndef RENDER_H
|
|
#define RENDER_H
|
|
|
|
void Render();
|
|
void SetMouthThroat(unsigned char mouth, unsigned char throat);
|
|
|
|
#endif
|