/+junk/invaders_vala

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/Game.vala

  • Committer: Gusatv Hartvigsson
  • Date: 2011-12-29 20:14:58 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20111229201458-d4v1mzvvwzilqs85
* moved a file ( miss spelled name)
* added initial subclass code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
using SDL;
 
2
using SDLGraphics;
1
3
 
2
4
namespace invadersGame{
3
 
  using SDL;
4
 
  using SDLGraphics;
5
5
  
6
6
  class Game : Object{
7
7