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 GL_DRAW_h
#define GL_DRAW_h 1
int gl_start(int width, int height, int req_depth, int FullScreen);
void gl_end();
void gl_clearwin();
void gl_drawwin();
#endif