src/callback_table.h
author truebrain
Tue, 26 Feb 2008 18:36:16 +0000
branchnoai
changeset 9779 5713a8978df7
parent 9723 eee46cb39750
child 10429 1b99254f9607
permissions -rw-r--r--
(svn r12274) [NoAI] -Change: [API CHANGE] Removed AITownList_vRandomize, as AIList_vRandomize already does that
/* $Id$ */

/** @file callback_table.h  */

#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

#include "command_type.h"

extern CommandCallback *_callback_table[];
extern const int _callback_table_count;

#endif /* CALLBACK_TABLE_H */