init commit
This commit is contained in:
17
InterfaceCpp/main.cpp
Normal file
17
InterfaceCpp/main.cpp
Normal file
@@ -0,0 +1,17 @@
|
||||
#include <iostream>
|
||||
#include <SDL.h>
|
||||
#include "fenetre.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
int main()
|
||||
{
|
||||
|
||||
Fenetre f(800,600,32,"Auto Pilot","Back/bg1.bmp");
|
||||
|
||||
f.redraw();
|
||||
f.handle();
|
||||
|
||||
return 1;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user