remove old c++ ifdefs

This commit is contained in:
Anthony Pesch 2016-06-27 11:14:51 -07:00
parent 3a071f59a9
commit 0a62b4da9f
8 changed files with 0 additions and 32 deletions

View File

@ -9,8 +9,4 @@ void emu_run(struct emu *emu, const char *path);
struct emu *emu_create(struct window *window);
void emu_destroy(struct emu *emu);
#ifdef __cplusplus
}
#endif
#endif

View File

@ -13,8 +13,4 @@ void aica_destroy(struct aica *aica);
AM_DECLARE(aica_reg_map);
AM_DECLARE(aica_data_map);
#ifdef __cplusplus
}
#endif
#endif

View File

@ -14,8 +14,4 @@ void arm_destroy(struct arm *arm);
AM_DECLARE(arm_data_map);
#ifdef __cplusplus
}
#endif
#endif

View File

@ -24,8 +24,4 @@ int disc_read_sector(struct disc *disc, int fad, void *dst);
struct disc *disc_create_gdi(const char *filename);
void disc_destroy(struct disc *disc);
#ifdef __cplusplus
}
#endif
#endif

View File

@ -15,8 +15,4 @@ void gdrom_dma_end(struct gdrom *gd);
struct gdrom *gdrom_create(struct dreamcast *dc);
void gdrom_destroy(struct gdrom *gd);
#ifdef __cplusplus
}
#endif
#endif

View File

@ -36,8 +36,4 @@ void holly_destroy(struct holly *hl);
AM_DECLARE(holly_reg_map);
#ifdef __cplusplus
}
#endif
#endif

View File

@ -38,8 +38,4 @@ void pvr_destroy(struct pvr *pvr);
AM_DECLARE(pvr_reg_map);
AM_DECLARE(pvr_vram_map);
#ifdef __cplusplus
}
#endif
#endif

View File

@ -35,8 +35,4 @@ void ta_destroy(struct ta *ta);
AM_DECLARE(ta_fifo_map);
#ifdef __cplusplus
}
#endif
#endif