Skip to content
Snippets Groups Projects
Commit 5acdbbb4 authored by YANG TIANYI's avatar YANG TIANYI
Browse files

Resoudre un problem dans sdl2.c

parent 36a15f81
No related merge requests found
......@@ -9,9 +9,7 @@ SDLContext context;
with the specified dimensions.
* @return void
*/
void sdl_init() {
// function implementation
}
void sdl_init()
{
int const width = 1280;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment