8 lines
255 B
Plaintext
8 lines
255 B
Plaintext
hello
|
|
this is the source code of wavetrace(base part of game)
|
|
to compilling this code you must have QT4 library and gcc compiller
|
|
to make this project you cad do:
|
|
$ qmake
|
|
$ make
|
|
or open the aliendefender.pro file in Qt-Creator and run aplication.
|