lunabot/src/journal/emotion.h

9 lines
108 B
C
Raw Normal View History

2019-04-27 06:49:04 +00:00
#ifndef __EMOTION_H__
#define __EMOTION_H__
2019-04-29 03:42:44 +00:00
#include <stdio.h>
void handle_emotion(FILE*, char*);
2019-04-27 06:49:04 +00:00
#endif