first pass of adding flags for sdl (stencil and depthbuffer)

This commit is contained in:
Michael Bickel
2014-06-17 04:56:52 +02:00
committed by Joshua Granick
parent e84731a9fb
commit c45b5f52e4
7 changed files with 43 additions and 15 deletions

View File

@@ -23,7 +23,7 @@ namespace lime {
};
Window* CreateWindow (Application* application);
Window* CreateWindow (Application* application, int flags);
}