(svn r6752) -Codechange: Move command functions from messy functions.h into command.h

This commit is contained in:
Darkvater
2006-10-12 14:42:00 +00:00
parent fa43887003
commit 110fc94cb5
4 changed files with 9 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H
#include "functions.h"
#include "command.h"
extern CommandCallback *_callback_table[];
extern const int _callback_table_count;