Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
.
[graphlib.git] / DrawingThreadCore.cpp
1 #include <DrawingThreadCore.h>
2
3 void DrawingThreadCore::run()
4 {
5     exit(this->runForReal());
6 }
7