diff options
author | 2012-04-06 19:59:27 +0000 | |
---|---|---|
committer | 2012-04-06 19:59:27 +0000 | |
commit | 3e575ad6b94974bf2a782c7ebf2d5a8b79d09ae5 (patch) | |
tree | 9b943997a6110915b7f3663de8f6db809bb15514 /src/emu/info.h | |
parent | 12b4c3a38dc1678193d454367bf3148d04d267ec (diff) |
Move driver list/enumerator to new file drivenum.c/.h.
Move game_driver definition and constants to new header gamedrv.h.
Diffstat (limited to 'src/emu/info.h')
-rw-r--r-- | src/emu/info.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emu/info.h b/src/emu/info.h index 1ebdea13322..5deb4946ea7 100644 --- a/src/emu/info.h +++ b/src/emu/info.h @@ -42,6 +42,8 @@ #ifndef __INFO_H__ #define __INFO_H__ +#include "drivenum.h" + //************************************************************************** // FUNCTION PROTOTYPES |