File:  [RetroPC.NET] / np2 / mona / win32s / SDLmpw.c
Revision 1.1: download - view: text, annotated - select for diffs
Fri Feb 4 14:45:47 2005 JST (20 years, 8 months ago) by yui
Branches: MAIN
CVS tags: VER_0_82_x64, VER_0_82, VER_0_81A, VER_0_81, HEAD
support Mona-OS (T.Yui)

#include	"compiler.h"


DWORD SDL_GetTicks(void) {

	return(GetTickCount());
}


RetroPC.NET-CVS <cvs@retropc.net>