pcsxr-1.9.92
[pcsx_rearmed.git] / plugins / peopsxgl / menu.h
1 /***************************************************************************\r
2                            menu.h  -  description\r
3                              -------------------\r
4     begin                : Sun Mar 08 2009\r
5     copyright            : (C) 1999-2009 by Pete Bernert\r
6     web                  : www.pbernert.com   \r
7  ***************************************************************************/\r
8 \r
9 /***************************************************************************\r
10  *                                                                         *\r
11  *   This program is free software; you can redistribute it and/or modify  *\r
12  *   it under the terms of the GNU General Public License as published by  *\r
13  *   the Free Software Foundation; either version 2 of the License, or     *\r
14  *   (at your option) any later version. See also the license.txt file for *\r
15  *   additional informations.                                              *\r
16  *                                                                         *\r
17  ***************************************************************************/\r
18 \r
19 //*************************************************************************// \r
20 // History of changes:\r
21 //\r
22 // 2009/03/08 - Pete  \r
23 // - generic cleanup for the Peops release\r
24 //\r
25 //*************************************************************************// \r
26 \r
27 #ifndef _GL_MENU_H_\r
28 #define _GL_MENU_H_\r
29 \r
30 void DisplayText(void);\r
31 void HideText(void);\r
32 void KillDisplayLists(void);\r
33 void MakeDisplayLists(void);\r
34 void BuildDispMenu(int iInc);\r
35 void SwitchDispMenu(int iStep);\r
36 void CreatePic(unsigned char * pMem);\r
37 void DisplayPic(void);\r
38 void DestroyPic(void);\r
39 void ShowGunCursor(void);\r
40 \r
41 #endif // _GL_MENU_H_\r