| ![[BACK]](/cvs/cvsweb/icons/back.gif) Return to libnds.h CVS log ![[TXT]](/cvs/cvsweb/icons/text.gif) | ![[DIR]](/cvs/cvsweb/icons/dir.gif) Up to  [RetroPC.NET] / xmil / nds / win32s | 
add nds-win32 simulation project
typedef unsigned char		u8;
typedef unsigned short		u16;
typedef unsigned long		u32;
typedef unsigned char		uint8;
typedef unsigned short		uint16;
typedef unsigned long		uint32;
#include "ndsreg.h"
#include "ndsmem.h"
#include "ndssys.h"
#include "ndsirq.h"
#include "ndsswi.h"
#include "ndsdma.h"
#include "ndsvideo.h"
#include "ndssound.h"
#include "ndsinput.h"
#include "ndspower.h"
#include "ndsconsole.h"
#include "ndsipc.h"
#include "ndstouch.h"
#if defined(__cplusplus)
extern "C"
{
#endif	/* defined(__cplusplus) */
int nds9main();
int nds7main();
#if defined(__cplusplus)
}
#endif	/* defined(__cplusplus) */