]> icculus.org git repositories - taylor/freespace2.git/blob - include/levelpaging.h
Initial revision
[taylor/freespace2.git] / include / levelpaging.h
1 /*
2  * $Logfile: /Freespace2/code/FREESPACE2/LevelPaging.h $
3  * $Revision$
4  * $Date$
5  * $Author$
6  *
7  * Code to page in all the bitmaps at the beginning of a level.
8  *
9  * $Log$
10  * Revision 1.1  2002/05/03 03:28:12  root
11  * Initial revision
12  *
13  * 
14  * 2     10/07/98 10:54a Dave
15  * Initial checkin.
16  * 
17  * 1     10/07/98 10:48a Dave
18  * 
19  * 1     3/26/98 5:14p John
20  *
21  * $NoKeywords: $
22  */
23
24 #ifndef _LEVELPAGING_H
25 #define _LEVELPAGING_H
26
27 // Call this and it calls the page in code for all the subsystems
28 void level_page_in();
29
30 #endif  //_LEVELPAGING_H
31