[BACK]Return to gamesupport.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / games / phantasia

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/games/phantasia/gamesupport.c between version 1.10 and 1.11

version 1.10, 2009/05/25 23:08:45 version 1.11, 2009/08/31 08:27:16
Line 4 
Line 4 
  * gamesupport.c - auxiliary routines for support of Phantasia   * gamesupport.c - auxiliary routines for support of Phantasia
  */   */
   
 #include "include.h"  #include <setjmp.h>
   #include <stdio.h>
   #include <string.h>
   #include <time.h>
   
   #include "phantdefs.h"
   #include "phantstruct.h"
   #include "phantglobs.h"
   #include "pathnames.h"
   
 #undef bool  #undef bool
 #include <curses.h>  #include <curses.h>
   

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

CVSweb <webmaster@jp.NetBSD.org>