the Alien going right!

This commit is contained in:
2009-09-03 22:56:39 +04:00
parent 7ecbd3764c
commit 5ec3aa2be9
26 changed files with 203 additions and 160 deletions

View File

@@ -1,9 +1,9 @@
#include <QUdpSocket>
#include <QObject>
#include <iostream>
//#include <iostream>
using std::cout;
using std::endl;
//using std::cout;
//using std::endl;
class UdpSender : public QObject
{