src/callback_table.h
author rubidium
Sun, 23 Dec 2007 10:56:02 +0000
changeset 8123 ce31d2843a95
parent 8116 8da76dcb3287
child 9111 48ce04029fe4
permissions -rw-r--r--
(svn r11684) -Codechange: split gfx.h in a type and functional header.
/* $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 */