/* Dummy File for registration of named icon/window functions. */
/* When DrWimpC is used to create icon/window functions of the from */
/* <Template_file_name>_<Template_name>_<icon_name) the DrWimpC generates */
/* the drw_u_templates_register function in this file containing appropriate */
/* calls to identify the named icon/window functions to the run time library */
/* when a template is loaded so that the functions are called when a mouse */
/* click event occurs for the icon/window combination. */
/* This file is one of the standard user files present in a DrWimpC */
/* application's source code directory, and so must always be present and is */
/* included in the default make file for a DrWimpC project. */


#include "DRW/drwwh.h"


void drw_u_templates_register(void)

{

return;

}


