minimal working gtk-less build
[pcsx_rearmed.git] / plugins / peopsxgl / menu.h
CommitLineData
ef79bbde
P
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
30void DisplayText(void);\r
31void HideText(void);\r
32void KillDisplayLists(void);\r
33void MakeDisplayLists(void);\r
34void BuildDispMenu(int iInc);\r
35void SwitchDispMenu(int iStep);\r
36void CreatePic(unsigned char * pMem);\r
37void DisplayPic(void);\r
38void DestroyPic(void);\r
39void ShowGunCursor(void);\r
40\r
41#endif // _GL_MENU_H_\r