src/callback_table.h
author rubidium
Thu, 21 Jun 2007 17:25:17 +0000
changeset 7002 1bf6a62b0fcb
parent 6123 04eb770ec17e
child 8116 8da76dcb3287
permissions -rw-r--r--
(svn r10258) -Codechange: as we are now using int64 all over the place, it's better to use int64 variables in the string generating too instead of packing them into two int32s.
-Fix: some displays of money were wrong.
/* $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 */