Skip to content

Commit 2e10b25

Browse files
committed
main.cpp de icg
1 parent d910f72 commit 2e10b25

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/main.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#include "sdlglgame.h"
12
#include "sdl2game.h"
23
#include "SDL2/SDL.h"
34
#include <iostream>
@@ -6,7 +7,7 @@ using namespace ijengine;
67

78
int main()
89
{
9-
SDL2Game game;
10+
SDLGLGame game;
1011

1112
return 0;
1213
}

0 commit comments

Comments
 (0)