callback_table.h
author Darkvater
Tue, 19 Jul 2005 22:12:04 +0000
changeset 2134 50fafe90c9f0
parent 543 946badd71033
child 2163 b17b313113a0
permissions -rw-r--r--
(svn r2644) - Fix: my name was mistyped ;p
- Add DoDrawStringCentered() and change the multiline strings in the about box to single-line ones
#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

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

#endif