Cleaned up sdllink.c and broke drawing routines into sw and gl

This commit is contained in:
hpsolo
2001-06-03 06:48:30 +00:00
parent e690bed558
commit 7bb13f5181
4 changed files with 1579 additions and 1513 deletions

View File

@@ -0,0 +1,9 @@
#ifndef SW_DRAW_h
#define SW_DRAW_h 1
int sw_start(int width, int height, int req_depth, int FullScreen);
void sw_end();
void sw_clearwin();
void sw_drawwin();
#endif