mirror of
https://github.com/ysoftdevs/cpp-examples.git
synced 2026-01-19 10:07:06 +01:00
add sdl source code
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
// 02-sdl2-video.cpp : SDL2 example - initialize video and display image
|
||||
//
|
||||
|
||||
#include "stdafx.h"
|
||||
#include <stdio.h>
|
||||
#include <tchar.h>
|
||||
#include "SDL.h"
|
||||
|
||||
int _tmain(int argc, _TCHAR* argv[]) {
|
||||
|
||||
Reference in New Issue
Block a user