From 9e5b7f430d3c5f30042c1fa380ed6b4be13c884d Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Wed, 8 Aug 2001 06:14:20 +0000 Subject: Moved inline assembly to a separate file for debugging. Implemented GetTickCount/timeGetTime. Added basic SDL/OpenGL support. Draws something with no optimizations, but draws nothing with -O2. (What is drawn looks like garbage.) --- src/fixer.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/fixer.h') diff --git a/src/fixer.h b/src/fixer.h index ee99063..0c81f88 100644 --- a/src/fixer.h +++ b/src/fixer.h @@ -126,6 +126,9 @@ int GetFileAttributesA(const char *file); int SetFilePointer(HANDLE file, int x, int y, int z); int SetEndOfFile(HANDLE file); +unsigned int timeGetTime(); +unsigned int GetTickCount(); + #ifdef __cplusplus }; #endif -- cgit v1.3