pervognsen / bitwise

Bitwise is an educational project where we create the software/hardware stack for a computer from scratch.
Other
5.13k stars 213 forks source link

Adds missing SDL video/window symbols, including those for OpenGL #47

Closed mcavanagh closed 6 years ago

mcavanagh commented 6 years ago

I've left SDL_Rect, SDL_Point and SDL_Surface as opaque typedefs for now, as the following functions prototypes only need pointers to them. If it's useful to add the entirety of the 2D renderer functions later, I'll replace them with the full structs as defined by SDL.