home *** CD-ROM | disk | FTP | other *** search
/ ftp.ee.pdx.edu / 2014.02.ftp.ee.pdx.edu.tar / ftp.ee.pdx.edu / oss / cvs-2004 / psang / resource.h,v < prev    next >
C/C++ Source or Header  |  2003-07-07  |  2KB  |  79 lines

  1. head     1.1;
  2. branch   1.1.1;
  3. access   ;
  4. symbols  Initial:1.1.1.1 psang:1.1.1;
  5. locks    ; strict;
  6. comment  @ * @;
  7.  
  8.  
  9. 1.1
  10. date     2003.07.07.19.32.23;  author jhoffman;  state Exp;
  11. branches 1.1.1.1;
  12. next     ;
  13.  
  14. 1.1.1.1
  15. date     2003.07.07.19.32.23;  author jhoffman;  state Exp;
  16. branches ;
  17. next     ;
  18.  
  19.  
  20. desc
  21. @@
  22.  
  23.  
  24.  
  25. 1.1
  26. log
  27. @Initial revision
  28. @
  29. text
  30. @/* resource.h - xtron v1.1 header for resource.c
  31.  *
  32.  *   Copyright (C) 1995 Rhett D. Jacobs <rhett@@hotel.canberra.edu.au>
  33.  *
  34.  *  This program is free software; you can redistribute it and/or modify
  35.  *  it under the terms of the GNU General Public License as published by
  36.  *  the Free Software Foundation; either version 1, or (at your option)
  37.  *  any later version.
  38.  *
  39.  *  This program is distributed in the hope that it will be useful,
  40.  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  41.  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  42.  *  GNU General Public License for more details.
  43.  *
  44.  *  You should have received a copy of the GNU General Public License
  45.  *  along with this program; if not, write to the Free Software
  46.  *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  47.  *
  48.  *  Last Modified: 16/4/95
  49.  */
  50.  
  51.  
  52. #ifndef _RESOURCE_H
  53. #define _RESOURCE_H
  54.  
  55.  
  56. #include <stdio.h>
  57. #include <stdlib.h>
  58. #include <string.h>
  59. #include <sys/param.h>
  60. #include <X11/Xlib.h>
  61. #include <X11/Xresource.h>
  62.  
  63. char *PixmapsDIR(char *name1);
  64. char StdGet(char *name1, char *name2);
  65. char KeyRESOURCE(int plrnum, int keynum);
  66. int LookAhead(void);
  67. int InitialiseResource(void);
  68.  
  69. #endif
  70. @
  71.  
  72.  
  73. 1.1.1.1
  74. log
  75. @Protocol for Simple Arcade-Style Network Gaming
  76. @
  77. text
  78. @@
  79.