callback_table.h
author tron
Tue, 15 Mar 2005 18:31:38 +0000
changeset 1511 32b095e3da76
parent 543 e3b43338096b
child 2163 637ec3c361f5
permissions -rw-r--r--
(svn r2015) Use a struct and an inline function for colour masking on the mini-map - this should improve readability a bit
#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

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

#endif