using SDL;


namespace invadersGame{
  int main(string[] args){
    
    var g = new invadersGame.Game();
    g.mainLoop();
    
    return 0;
  }
}
