<?xml version="1.0" encoding="utf-8"?>
<mx:Application 
  xmlns:mx="http://www.adobe.com/2006/mxml" 
  xmlns:views="com.pfp.tictactoe.views.*"
  xmlns:controllers="com.pfp.tictactoe.controllers.*"
  layout="absolute" width="450" height="460" viewSourceURL="srcview/index.html">
  <mx:Style source="/com/pfp/tictactoe/style/tictactoe.css" />
  <controllers:GameController />
  <views:GameView />
</mx:Application>