~ubuntu-branches/ubuntu/quantal/vice/quantal

« back to all changes in this revision

Viewing changes to src/arch/unix/uidriveplus4.h

  • Committer: Bazaar Package Importer
  • Author(s): Zed Pobre
  • Date: 2006-07-30 19:15:59 UTC
  • mto: (9.1.1 lenny) (1.1.6 upstream)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20060730191559-g31ymd2mk102kzff
Tags: upstream-1.19
ImportĀ upstreamĀ versionĀ 1.19

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 *
25
25
 */
26
26
 
27
 
#ifndef _UI_DRIVEPLUS4_H
28
 
#define _UI_DRIVEPLUS4_H
 
27
#ifndef _UIDRIVEPLUS4_H
 
28
#define _UIDRIVEPLUS4_H
29
29
 
30
 
struct ui_menu_entry_s;
 
30
#include "uimenu.h"
31
31
 
32
32
extern struct ui_menu_entry_s ui_driveplus4_settings_menu[];
33
33
extern struct ui_menu_entry_s ui_driveplus4_romset_submenu[];