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

moved command parsing code to separate files

This commit is contained in:
Jfreegman
2013-09-19 17:03:22 -04:00
parent e2de6a829e
commit d49a5ca993
6 changed files with 600 additions and 585 deletions

View File

@ -17,6 +17,7 @@
#include "toxic_windows.h"
#include "friendlist.h"
#include "chat.h"
#include "commands.h"
extern char *DATA_FILE;
extern int store_data(Tox *m, char *path);