mirror of https://github.com/inolen/redream.git
remove old c++ ifdefs
This commit is contained in:
parent
3a071f59a9
commit
0a62b4da9f
|
@ -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
|
||||
|
|
|
@ -13,8 +13,4 @@ void aica_destroy(struct aica *aica);
|
|||
AM_DECLARE(aica_reg_map);
|
||||
AM_DECLARE(aica_data_map);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
@ -14,8 +14,4 @@ void arm_destroy(struct arm *arm);
|
|||
|
||||
AM_DECLARE(arm_data_map);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -36,8 +36,4 @@ void holly_destroy(struct holly *hl);
|
|||
|
||||
AM_DECLARE(holly_reg_map);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
@ -38,8 +38,4 @@ void pvr_destroy(struct pvr *pvr);
|
|||
AM_DECLARE(pvr_reg_map);
|
||||
AM_DECLARE(pvr_vram_map);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
@ -35,8 +35,4 @@ void ta_destroy(struct ta *ta);
|
|||
|
||||
AM_DECLARE(ta_fifo_map);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue