Changeset - r2237:6c04a26e2cc8
[Not reviewed]
master
0 1 0
tron - 19 years ago 2005-07-30 08:15:15
tron@openttd.org
(svn r2757) Remove unused enum
1 file changed with 0 insertions and 5 deletions:
hal.h
5
0 comments (0 inline, 0 general)
hal.h
Show inline comments
 
@@ -32,11 +32,6 @@ typedef struct {
 
	void (*set_volume)(byte vol);
 
} HalMusicDriver;
 

	
 
enum {
 
	HALERR_OK = 0,
 
	HALERR_ERROR = 1,
 
};
 

	
 
VARDEF HalMusicDriver *_music_driver;
 
VARDEF HalSoundDriver *_sound_driver;
 
VARDEF HalVideoDriver *_video_driver;
0 comments (0 inline, 0 general)