| version 1.5 | | version 1.6 |
|---|
| | |
| * Routines for EndGame, EndLevel, etc. | | * Routines for EndGame, EndLevel, etc. |
| * | | * |
| * $Log$ | | * $Log$ |
| | | * Revision 1.6 1999/10/07 02:27:14 donut |
| | | * OGL includes to remove warnings |
| | | * |
| * Revision 1.5 1999/09/24 03:29:01 donut | | * Revision 1.5 1999/09/24 03:29:01 donut |
| * added #ifdef OGL around ogl_cache_textures | | * added #ifdef OGL around ogl_cache_textures |
| * | | * |
| | |
| #include <stdarg.h> | | #include <stdarg.h> |
| #include <errno.h> | | #include <errno.h> |
| #include <time.h> | | #include <time.h> |
| | | |
| | | #ifdef OGL |
| | | #include "ogl_init.h" |
| | | #endif |
| | | |
| #include "inferno.h" | | #include "inferno.h" |
| #include "game.h" | | #include "game.h" |