lunabot/src/journal/emotion.h

9 lines
108 B
C

#ifndef __EMOTION_H__
#define __EMOTION_H__
#include <stdio.h>
void handle_emotion(FILE*, char*);
#endif