1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-01 03:36:45 +02:00

Move sources to an own subdirectory

This commit is contained in:
Sergey 'Jin' Bostandzhyan
2013-08-22 23:57:20 +03:00
parent 23d5739dae
commit 43372f09a6
14 changed files with 0 additions and 0 deletions

6
src/chat.h Normal file
View File

@ -0,0 +1,6 @@
#ifndef CHAT_H_6489PZ13
#define CHAT_H_6489PZ13
ToxWindow new_chat(Messenger *m, int friendnum);
#endif /* end of include guard: CHAT_H_6489PZ13 */