callback_table.h
author tron
Fri, 04 Feb 2005 07:52:12 +0000
changeset 1278 1fbb6cf8d3f1
parent 543 e3b43338096b
child 2163 637ec3c361f5
permissions -rw-r--r--
(svn r1782) Remove line which should've been removed in r1779 and caused map generation to hang infinitely
#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

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

#endif