callback_table.h
author Darkvater
Sat, 14 May 2005 22:03:25 +0000
changeset 1809 d54f7f8050f6
parent 543 946badd71033
child 2163 b17b313113a0
permissions -rw-r--r--
(svn r2313) - Fix: [ 1202115 ] Clicking shipslist on bouy asserts GetPlayer(). Bouys and oilrigs don't have owners, so it cannot get the vehicle-list of the station-owner. Just use _current_player
#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

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

#endif