summaryrefslogtreecommitdiffstats
path: root/include/video.hpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-02-06Create an interface to SDL eventsHEADmasterancarola1-3/+6
2019-01-25Add basic texture wrapperreadyNao Pross1-1/+103
2019-01-23Interface basic renderer drawing functionsNao Pross1-16/+116
2019-01-23Separate renderer from windowNao Pross1-2/+32
2019-01-22Rename library from libwrapsdl2 to libwsdl2Nao Pross1-1/+1
2019-01-21Inlined functions and fix debug headerNao Pross1-4/+3
2019-01-21Update wrapsdl2::window to use Renderer instead of SurfaceNao Pross1-2/+9
2019-01-21Make window_test threadedNao Pross1-3/+11
2019-01-21Add basic window wrapperNao Pross1-0/+29