comparison Gui/interface.h @ 6623:7bc4c6ba9485

add -audiofile support for gui
author pontscho
date Tue, 02 Jul 2002 22:31:50 +0000
parents f554e7271587
children fd3ac41ee1a1
comparison
equal deleted inserted replaced
6622:da08877b9512 6623:7bc4c6ba9485
89 char * Subtitlename; 89 char * Subtitlename;
90 int SubtitleChanged; 90 int SubtitleChanged;
91 91
92 char * Othername; 92 char * Othername;
93 int OtherChanged; 93 int OtherChanged;
94
95 char * AudioFile;
96 int AudioFileChanged;
94 97
95 int SkinChange; 98 int SkinChange;
96 } guiInterface_t; 99 } guiInterface_t;
97 100
98 extern guiInterface_t guiIntfStruct; 101 extern guiInterface_t guiIntfStruct;