]> icculus.org git repositories - taylor/freespace2.git/blob - include/levelpaging.h
rendering functions mostly done; more complete shader setup
[taylor/freespace2.git] / include / levelpaging.h
1 /*
2  * Copyright (C) Volition, Inc. 1999.  All rights reserved.
3  *
4  * All source code herein is the property of Volition, Inc. You may not sell 
5  * or otherwise commercially exploit the source or things you created based on
6  * the source.
7  */
8
9 /*
10  * $Logfile: /Freespace2/code/FREESPACE2/LevelPaging.h $
11  * $Revision$
12  * $Date$
13  * $Author$
14  *
15  * Code to page in all the bitmaps at the beginning of a level.
16  *
17  * $Log$
18  * Revision 1.2  2002/06/09 04:41:13  relnev
19  * added copyright header
20  *
21  * Revision 1.1.1.1  2002/05/03 03:28:12  root
22  * Initial import.
23  *
24  * 
25  * 2     10/07/98 10:54a Dave
26  * Initial checkin.
27  * 
28  * 1     10/07/98 10:48a Dave
29  * 
30  * 1     3/26/98 5:14p John
31  *
32  * $NoKeywords: $
33  */
34
35 #ifndef _LEVELPAGING_H
36 #define _LEVELPAGING_H
37
38 // Call this and it calls the page in code for all the subsystems
39 void level_page_in();
40
41 #endif  //_LEVELPAGING_H
42