]> icculus.org git repositories - taylor/freespace2.git/blob - include/grwxgl.h
fix issue with looping audio streams
[taylor/freespace2.git] / include / grwxgl.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 #ifndef GRWXGL_H
10 #define GRWXGL_H
11
12 void gr_wxgl_init();
13 void gr_wxgl_cleanup();
14 void gr_wxgl_flip();
15 void gr_wxgl_set_viewport(int width, int height);
16
17 #endif // GRWXGL_H