1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-04 19:46:44 +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

@ -15,7 +15,7 @@
#include "toxic_windows.h"
#include "chat.h"
#include "prompt.h"
#include "commands.h"
static GroupChat groupchats[MAX_GROUPCHAT_NUM];
static int group_chat_index = 0;