blob: d0924d3bac6a40527256807bcc5e5962780fa80b [file] [log] [blame]
#ifndef __EIGHTBALL_H__
#define __EIGHTBALL_H__
/* Return an answer. Question not required */
typedef char* (*TYPE_eightball)(void);
extern "C" const char* Magic8Ball();
#endif /* __EIGHTBALL_H__ */