summaryrefslogtreecommitdiff
path: root/src/win95/inline.h
AgeCommit message (Collapse)Author
2019-08-20Moved inline assembly to a separate file for debugging.Steven Fuller
Implemented GetTickCount/timeGetTime. Added basic SDL/OpenGL support. Draws something with no optimizations, but draws nothing with -O2. (What is drawn looks like garbage.)
2019-08-20Fixed errors in inline.h.Steven Fuller
More compiling. 156 unique undefined references.
2019-08-20Implemented (most of) the inline assembly in inline.hSteven Fuller
2019-08-20Few more files compile.Steven Fuller
2019-08-20lots of small changes that didn't get checked inSteven Fuller
2019-08-20First wave of changes:Steven Fuller
Removed inclusion of Windows header files and remove some Windows-specific declarations.
2019-08-20Initial revisionSteven Fuller