view callback_table.h @ 3495:2ed3703642c2 draft

(svn r4346) CodeChange : Add and Use Accessors to Industry's Stage and Counter construction. Removed last direct map access from Disaster_cmd.c as well. Based on work from Rubidium in tfc_newmap
author belugas <belugas@openttd.org>
date Mon, 10 Apr 2006 15:09:56 +0000
parents 027bdc04f0ed
children 94deb59a0d47
line wrap: on
line source

/* $Id$ */

#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

#include "functions.h"

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

#endif /* CALLBACK_TABLE_H */