home *** CD-ROM | disk | FTP | other *** search
/ Hand Held Organizer Toolkit / walnutcreekcdrom-handheldorganizertoolkit-march1998.iso / PalmPilot / development / pfc.sit / Src / TestAppRsc.c < prev    next >
Text File  |  1997-04-08  |  442b  |  19 lines

  1. /***********************************************************************
  2.  *
  3.  *    Copyright ⌐ 1997 Ken Hancock
  4.  *
  5.  * PROJECT: TestApp for Custom Fonts
  6.  *
  7.  * FILE: TestAppRsc.c
  8.  *
  9.  * DESCRIPTION: The list of application and system resources for the application.
  10.  *
  11.  **********************************************************************/
  12.  
  13. // Application resources. 
  14. char *AppResourceList[] = {
  15.     ":Rsc:TestAppMain.rsrc",                     // main form
  16.     ""
  17. };
  18.  
  19.