mirror of
https://github.com/wavemotion-dave/A7800DS.git
synced 2025-04-02 10:42:14 -04:00
9 lines
116 B
C
9 lines
116 B
C
#ifndef _MAIN_H
|
|
#define _MAIN_H
|
|
|
|
#include "emu/shared.h"
|
|
|
|
#define EMU_INIT 1
|
|
#define EMU_END 2
|
|
|
|
#endif
|