/************************************************************************** * DSemu: Emulation core pointer definitions (main.h) * * Released under the terms of the BSD Public Licence * * Imran Nazar (tf@oopsilon.com), 2004 * **************************************************************************/ #ifndef __MAIN_H_ #define __MAIN_H_ extern EMUVTBL *emu; extern LOGVTBL *log; #endif//__MAIN_H_ /*** EOF:main.h **********************************************************/