callback_table.h
author darkvater
Mon, 03 Jan 2005 16:45:42 +0000
changeset 859 611a03925f9a
parent 543 946badd71033
child 2163 b17b313113a0
permissions -rw-r--r--
(svn r1340) -Feature: scrolling credits list...finally! Hope nobody gets offended if I forgot them.
#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

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

#endif