9 lines
80 B
C
9 lines
80 B
C
#ifndef _CHAT_H
|
|
#define _CHAT_H
|
|
|
|
void Chat(void); /* Chat Function */
|
|
|
|
#endif
|
|
|
|
|