callback_table.h
author tron
Wed, 05 Jan 2005 13:32:03 +0000
changeset 900 feed1801fd35
parent 543 e3b43338096b
child 2163 637ec3c361f5
permissions -rw-r--r--
(svn r1386) Move TileIndexDiff to map.h
Move _tileoffs_by_dir to map.[ch] and encapsulate it in TileOffsByDir()
#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

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

#endif