FS2_Open
Open source remastering of the Freespace 2 engine
levelpaging.h
Go to the documentation of this file.
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 the
6  * source.
7  *
8 */
9 
10 
11 
12 #ifndef _LEVELPAGING_H
13 #define _LEVELPAGING_H
14 
15 // Call this and it calls the page in code for all the subsystems
16 void level_page_in();
17 
18 #endif //_LEVELPAGING_H
19 
void level_page_in()
Definition: levelpaging.cpp:35