Declare newdemo_count_demos for D2 menu system

This commit is contained in:
Kp 2013-08-17 14:46:50 +00:00
parent afcbfe8e54
commit 828ced10a5
2 changed files with 1 additions and 3 deletions

View file

@ -122,5 +122,6 @@ extern int newdemo_get_percent_done();
extern void newdemo_record_link_sound_to_object3( int soundno, short objnum, fix max_volume, fix max_distance, int loop_start, int loop_end );
extern int newdemo_find_object( int signature );
extern void newdemo_record_kill_sound_linked_to_object( int objnum );
int newdemo_count_demos();
#endif // _NEWDEMO_H

View file

@ -409,9 +409,6 @@ void draw_copyright()
gr_string(0x8000,SHEIGHT-(LINE_SPACING*2),DESCENT_VERSION);
}
//returns the number of demo files on the disk
int newdemo_count_demos();
// ------------------------------------------------------------------------
int main_menu_handler(newmenu *menu, d_event *event, int *menu_choice )
{