This repository has been archived on 2021-03-01. You can view files and clone it, but cannot push or open issues or pull requests.
kaneton/kaneton/machine/glue/ibm-pc.ia32/educational/message.c
Mercier Pierre-Olivier fee4dd4e6d Initial snapshot
2013-02-11 22:04:30 +01:00

51 lines
902 B
C

/*
* ---------- header ----------------------------------------------------------
*
* project kaneton
*
* license
*
* file /home/mycure/kane...e/glue/ibm-pc.ia32/educational/message.c
*
* created matthieu bucchianeri [sun jun 17 18:16:18 2007]
* updated julien quintard [sat jan 15 06:45:07 2011]
*/
/*
* ---------- information -----------------------------------------------------
*
* this file implements the message manager's glue.
*/
/*
* ---------- includes --------------------------------------------------------
*/
#include <kaneton.h>
/*
* ---------- globals ---------------------------------------------------------
*/
/*
* the message dispatcher.
*/
d_message glue_message_dispatch =
{
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL
};