Skip to content
Snippets Groups Projects
Commit d03ab3f3 authored by mathieu's avatar mathieu
Browse files

verif sur la destruction d'un objet globale ok

parent b8060957
No related branches found
No related tags found
No related merge requests found
#include <SFML/Graphics.hpp>
#include "Carte.hpp"
#include "CaseMap.hpp"
#include "Context.hpp"
using namespace std;
......@@ -109,9 +110,9 @@ void testSFML2()
window.display();
}
}
void printQueue(priority_queue<int *> gq)
{
<<<<<<< HEAD
priority_queue<int *> g = gq;
while (!g.empty())
{
......@@ -141,18 +142,3 @@ void testQueue()
cout << (un > deux) << endl;
cout << (trois < deux) << endl;
}
=======
testSFML();
// testSFML2();
// Vector2u v(4, 3);
// cout << "v_x : " << v.x << ", v_y : " << v.y << endl;
// // Vector2u vt = Carte::matriceToCarte(v);
// Vector2u vt = Carte::carteToMatrice(v);
// cout << "vt_x : " << vt.x << ", vt_y : " << vt.y << endl;
return 0;
}
>>>>>>> context
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment