To get this branch, use:
bzr branch
http://gegoxaren.bato24.eu/bzr/%2Bjunk/invaders_vala
« back to all changes in this revision
Viewing changes to src/main.vala
-
Committer:
Gusatv Hartvigsson
-
Date:
2011-12-29 20:10:21 UTC
-
Revision ID:
gustav.hartvigsson@gmail.com-20111229201021-sp1csy430cb7icv2
* initial code of a Vala port of invaders...
* BUG: event handlingn not working.
Show diffs side-by-side
added
removed
4
namespace invadersGame{
5
int main(string[] args){
7
var g = new invadersGame.Game();