src/callback_table.h
author KUDr
Sun, 15 Apr 2007 14:20:35 +0000
branchcpp_gui
changeset 6305 aa0faea50ab5
parent 6268 4b5241e5dd10
child 6872 1c4a4a609f85
permissions -rw-r--r--
(svn r9636) [cpp_gui] -Add: Table widget (another widget container besides Panel).
/* $Id$ */

/** @file callback_table.h  */

#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

#include "command.h"

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

#endif /* CALLBACK_TABLE_H */