static char RCSId[] = "$Id: user.c,v 1.1 1993/06/29 15:55:18 root Exp $"; static char Copyright[] = "Copyright Robert J. Amstadt, 1993"; #include #include #include "prototypes.h" /********************************************************************** * USER_InitApp * * Load necessary resources? */ int USER_InitApp(int hInstance) { return 1; }