digraph "Dependency Graph" {
  graph [
    style = "",
    tip = ""
  ];

  node [
    style = ""
  ];

  edge [
    style = "",
    constraint = false
  ];

  subgraph unassigned_layer {
    graph [
      rank = same
    ];

    unassigned_layer_node [
      shape = polygon,
      label = unassigned_layer,
      sides = 4
    ];
    "util.sound" [
      color = coral,
      style = filled,
      width = "1.1"
    ];
  }
  subgraph basic_layer {
    graph [
      rank = same
    ];

    "bomberman.interfaces" [
      color = palegoldenrod,
      style = filled,
      width = "2.2"
    ];
    basic_layer_node [
      shape = polygon,
      label = basic_layer,
      sides = 4
    ];
    "bomberman.exceptions" [
      color = palegoldenrod,
      style = filled,
      width = "2.2"
    ];
    "util.remotelistener" [
      color = palegoldenrod,
      style = filled,
      width = "2.09"
    ];
    "util.remotelistener.fast" [
      color = palegoldenrod,
      style = filled,
      width = "2.64"
    ];
  }
  subgraph util_layer {
    graph [
      rank = same
    ];

    "util.animator" [
      color = palegoldenrod,
      style = filled,
      width = "1.43"
    ];
    util_layer_node [
      shape = polygon,
      label = util_layer,
      sides = 4
    ];
    "bomberman.util" [
      color = palegoldenrod,
      style = filled,
      width = "1.54"
    ];
    "util.configurator" [
      color = palegoldenrod,
      style = filled,
      width = "1.87"
    ];
    "util.lightwave.browser" [
      color = palegoldenrod,
      style = filled,
      width = "2.42"
    ];
    "util.countdown" [
      color = palegoldenrod,
      style = filled,
      width = "1.54"
    ];
    "util.lightwave" [
      color = palegoldenrod,
      style = filled,
      width = "1.54"
    ];
  }
  subgraph main_layer {
    graph [
      rank = same
    ];

    "bomberman.server" [
      color = palegoldenrod,
      style = filled,
      width = "1.76"
    ];
    "bomberman.client.ui3d" [
      color = palegoldenrod,
      style = filled,
      width = "2.31"
    ];
    main_layer_node [
      shape = polygon,
      label = main_layer,
      sides = 4
    ];
    "bomberman.client" [
      color = palegoldenrod,
      style = filled,
      width = "1.76"
    ];
    "bomberman.server.ai" [
      color = palegoldenrod,
      style = filled,
      width = "2.09"
    ];
    "bomberman.server.data" [
      color = palegoldenrod,
      style = filled,
      width = "2.31"
    ];
    "bomberman.client.ui2d" [
      color = palegoldenrod,
      style = filled,
      width = "2.31"
    ];
  }
  subgraph libs_layer {
    graph [
      rank = same
    ];

    "bomberman.server.ai" [
      color = palegoldenrod,
      style = filled,
      width = "2.09"
    ];
    libs_layer_node [
      shape = polygon,
      label = libs_layer,
      sides = 4
    ];
  }
  "util.lightwave.browser" -> "util.lightwave" [
    tip = "'util.lightwave.browser' -> 'util.lightwave' (uses)"
  ];
  util_layer_node -> basic_layer_node [
    style = invis,
    constraint = true
  ];
  libs_layer_node -> unassigned_layer_node [
    style = invis,
    constraint = true
  ];
  "bomberman.client" -> "util.configurator" [
    tip = "'bomberman.client' -> 'util.configurator' (uses)"
  ];
  "bomberman.server" -> "util.countdown" [
    tip = "'bomberman.server' -> 'util.countdown' (uses, impl)"
  ];
  "bomberman.util" -> "util.remotelistener.fast" [
    tip = "'bomberman.util' -> 'util.remotelistener.fast' (uses, impl)"
  ];
  "bomberman.client.ui2d" -> "bomberman.exceptions" [
    tip = "'bomberman.client.ui2d' -> 'bomberman.exceptions' (uses)"
  ];
  "bomberman.server" -> "bomberman.interfaces" [
    tip = "'bomberman.server' -> 'bomberman.interfaces' (uses, impl)"
  ];
  "bomberman.server.data" -> "util.configurator" [
    tip = "'bomberman.server.data' -> 'util.configurator' (uses)"
  ];
  "bomberman.server" -> "bomberman.util" [
    tip = "'bomberman.server' -> 'bomberman.util' (uses)"
  ];
  "bomberman.client.ui2d" -> "bomberman.client" [
    tip = "'bomberman.client.ui2d' -> 'bomberman.client' (uses)"
  ];
  "bomberman.server.ai" -> "bomberman.server.data" [
    tip = "'bomberman.server.ai' -> 'bomberman.server.data' (uses)"
  ];
  "bomberman.client.ui3d" -> "bomberman.client" [
    tip = "'bomberman.client.ui3d' -> 'bomberman.client' (uses)"
  ];
  "bomberman.client" -> "bomberman.exceptions" [
    tip = "'bomberman.client' -> 'bomberman.exceptions' (uses)"
  ];
  "bomberman.server.ai" -> "util.animator" [
    tip = "'bomberman.server.ai' -> 'util.animator' (uses, impl)"
  ];
  "bomberman.client.ui3d" -> "bomberman.util" [
    tip = "'bomberman.client.ui3d' -> 'bomberman.util' (uses)"
  ];
  "bomberman.server" -> "bomberman.server.ai" [
    tip = "'bomberman.server' -> 'bomberman.server.ai' (uses)"
  ];
  "bomberman.server.ai" -> "bomberman.util" [
    tip = "'bomberman.server.ai' -> 'bomberman.util' (uses)"
  ];
  "bomberman.client" -> "bomberman.interfaces" [
    tip = "'bomberman.client' -> 'bomberman.interfaces' (uses, impl)"
  ];
  "bomberman.client.ui2d" -> "util.remotelistener.fast" [
    tip = "'bomberman.client.ui2d' -> 'util.remotelistener.fast' (uses, impl)"
  ];
  "bomberman.server" -> "bomberman.exceptions" [
    tip = "'bomberman.server' -> 'bomberman.exceptions' (uses)"
  ];
  "bomberman.client.ui2d" -> "bomberman.util" [
    tip = "'bomberman.client.ui2d' -> 'bomberman.util' (uses)"
  ];
  "bomberman.server.data" -> "bomberman.util" [
    tip = "'bomberman.server.data' -> 'bomberman.util' (uses)"
  ];
  "bomberman.client" -> "bomberman.util" [
    tip = "'bomberman.client' -> 'bomberman.util' (uses)"
  ];
  "bomberman.client.ui3d" -> "bomberman.interfaces" [
    tip = "'bomberman.client.ui3d' -> 'bomberman.interfaces' (uses, impl)"
  ];
  "bomberman.client" -> "bomberman.client.ui3d" [
    tip = "'bomberman.client' -> 'bomberman.client.ui3d' (uses)"
  ];
  main_layer_node -> util_layer_node [
    style = invis,
    constraint = true
  ];
  "bomberman.client.ui3d" -> "util.lightwave" [
    tip = "'bomberman.client.ui3d' -> 'util.lightwave' (uses)"
  ];
  basic_layer_node -> libs_layer_node [
    style = invis,
    constraint = true
  ];
  "bomberman.client.ui3d" -> "util.remotelistener.fast" [
    tip = "'bomberman.client.ui3d' -> 'util.remotelistener.fast' (uses, impl)"
  ];
  "bomberman.client" -> "util.animator" [
    tip = "'bomberman.client' -> 'util.animator' (uses, impl)"
  ];
  "bomberman.server" -> "util.remotelistener.fast" [
    tip = "'bomberman.server' -> 'util.remotelistener.fast' (uses)"
  ];
  "bomberman.server.data" -> "bomberman.exceptions" [
    tip = "'bomberman.server.data' -> 'bomberman.exceptions' (uses)"
  ];
  "bomberman.server.data" -> "util.countdown" [
    tip = "'bomberman.server.data' -> 'util.countdown' (uses, impl)"
  ];
  "bomberman.client.ui3d" -> "util.configurator" [
    tip = "'bomberman.client.ui3d' -> 'util.configurator' (uses)"
  ];
  "bomberman.server.ai" -> "bomberman.server" [
    tip = "'bomberman.server.ai' -> 'bomberman.server' (uses)"
  ];
  "bomberman.server" -> "util.animator" [
    tip = "'bomberman.server' -> 'util.animator' (uses, impl)"
  ];
  "bomberman.client.ui2d" -> "util.configurator" [
    tip = "'bomberman.client.ui2d' -> 'util.configurator' (uses)"
  ];
  "bomberman.server" -> "util.configurator" [
    tip = "'bomberman.server' -> 'util.configurator' (uses)"
  ];
  "bomberman.client.ui2d" -> "bomberman.interfaces" [
    tip = "'bomberman.client.ui2d' -> 'bomberman.interfaces' (uses, impl)"
  ];
  "bomberman.client" -> "util.remotelistener.fast" [
    tip = "'bomberman.client' -> 'util.remotelistener.fast' (uses)"
  ];
  "bomberman.server" -> "bomberman.server.data" [
    tip = "'bomberman.server' -> 'bomberman.server.data' (uses)"
  ];
  "bomberman.client" -> "util.sound" [
    tip = "'bomberman.client' -> 'util.sound' (uses)"
  ];
}--==_gviz-1055756916
Content-Type: application/msword ; name="C:\Documents"
Content-Description: C:\Documents
Content-Disposition: attachment; filename: "C:\Documents"

digraph "Dependency Graph" {
	graph [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		tip = ""
		color = "black"
		style = ""
	]
	node [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		shape = "ellipse"
		color = "black"
		style = ""
	]
	edge [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		color = "black"
		style = ""
		constraint = "false"
	]
	"unassigned_layer_node" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		label = "unassigned_layer"
		shape = "polygon"
		color = "black"
		style = ""
		sides = "4"
	]
	"util.sound" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		shape = "ellipse"
		color = "coral"
		style = "filled"
		width = "1.1"
	]
	"bomberman.interfaces" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		shape = "ellipse"
		color = "palegoldenrod"
		style = "filled"
		width = "2.2"
	]
	"basic_layer_node" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		label = "basic_layer"
		shape = "polygon"
		color = "black"
		style = ""
		sides = "4"
	]
	"bomberman.exceptions" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		shape = "ellipse"
		color = "palegoldenrod"
		style = "filled"
		width = "2.2"
	]
	"util.remotelistener" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		shape = "ellipse"
		color = "palegoldenrod"
		style = "filled"
		width = "2.09"
	]
	"util.remotelistener.fast" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		shape = "ellipse"
		color = "palegoldenrod"
		style = "filled"
		width = "2.64"
	]
	"util.animator" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		shape = "ellipse"
		color = "palegoldenrod"
		style = "filled"
		width = "1.43"
	]
	"util_layer_node" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		label = "util_layer"
		shape = "polygon"
		color = "black"
		style = ""
		sides = "4"
	]
	"bomberman.util" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		shape = "ellipse"
		color = "palegoldenrod"
		style = "filled"
		width = "1.54"
	]
	"util.configurator" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		shape = "ellipse"
		color = "palegoldenrod"
		style = "filled"
		width = "1.87"
	]
	"util.lightwave.browser" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		shape = "ellipse"
		color = "palegoldenrod"
		style = "filled"
		width = "2.42"
	]
	"util.countdown" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		shape = "ellipse"
		color = "palegoldenrod"
		style = "filled"
		width = "1.54"
	]
	"util.lightwave" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		shape = "ellipse"
		color = "palegoldenrod"
		style = "filled"
		width = "1.54"
	]
	"bomberman.server" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		shape = "ellipse"
		color = "palegoldenrod"
		style = "filled"
		width = "1.76"
	]
	"bomberman.client.ui3d" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		shape = "ellipse"
		color = "palegoldenrod"
		style = "filled"
		width = "2.31"
	]
	"main_layer_node" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		label = "main_layer"
		shape = "polygon"
		color = "black"
		style = ""
		sides = "4"
	]
	"bomberman.client" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		shape = "ellipse"
		color = "palegoldenrod"
		style = "filled"
		width = "1.76"
	]
	"bomberman.server.ai" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		shape = "ellipse"
		color = "palegoldenrod"
		style = "filled"
		width = "2.09"
	]
	"bomberman.server.data" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		shape = "ellipse"
		color = "palegoldenrod"
		style = "filled"
		width = "2.31"
	]
	"bomberman.client.ui2d" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		shape = "ellipse"
		color = "palegoldenrod"
		style = "filled"
		width = "2.31"
	]
	"libs_layer_node" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		label = "libs_layer"
		shape = "polygon"
		color = "black"
		style = ""
		sides = "4"
	]
	subgraph "unassigned_layer" {
		graph [
			fontsize = "14"
			fontname = "Times-Roman"
			fontcolor = "black"
			tip = ""
			rank = "same"
			color = "black"
			style = ""
		]
		node [
			fontsize = "14"
			fontname = "Times-Roman"
			fontcolor = "black"
			shape = "ellipse"
			color = "black"
			style = ""
		]
		edge [
			fontsize = "14"
			fontname = "Times-Roman"
			fontcolor = "black"
			color = "black"
			style = ""
			constraint = "false"
		]
		"unassigned_layer_node"
		"util.sound"
	}
	subgraph "basic_layer" {
		graph [
			fontsize = "14"
			fontname = "Times-Roman"
			fontcolor = "black"
			tip = ""
			rank = "same"
			color = "black"
			style = ""
		]
		node [
			fontsize = "14"
			fontname = "Times-Roman"
			fontcolor = "black"
			shape = "ellipse"
			color = "black"
			style = ""
		]
		edge [
			fontsize = "14"
			fontname = "Times-Roman"
			fontcolor = "black"
			color = "black"
			style = ""
			constraint = "false"
		]
		"bomberman.interfaces"
		"basic_layer_node"
		"bomberman.exceptions"
		"util.remotelistener"
		"util.remotelistener.fast"
	}
	subgraph "util_layer" {
		graph [
			fontsize = "14"
			fontname = "Times-Roman"
			fontcolor = "black"
			tip = ""
			rank = "same"
			color = "black"
			style = ""
		]
		node [
			fontsize = "14"
			fontname = "Times-Roman"
			fontcolor = "black"
			shape = "ellipse"
			color = "black"
			style = ""
		]
		edge [
			fontsize = "14"
			fontname = "Times-Roman"
			fontcolor = "black"
			color = "black"
			style = ""
			constraint = "false"
		]
		"util.animator"
		"util_layer_node"
		"bomberman.util"
		"util.configurator"
		"util.lightwave.browser"
		"util.countdown"
		"util.lightwave"
	}
	subgraph "main_layer" {
		graph [
			fontsize = "14"
			fontname = "Times-Roman"
			fontcolor = "black"
			tip = ""
			rank = "same"
			color = "black"
			style = ""
		]
		node [
			fontsize = "14"
			fontname = "Times-Roman"
			fontcolor = "black"
			shape = "ellipse"
			color = "black"
			style = ""
		]
		edge [
			fontsize = "14"
			fontname = "Times-Roman"
			fontcolor = "black"
			color = "black"
			style = ""
			constraint = "false"
		]
		"bomberman.server"
		"bomberman.client.ui3d"
		"main_layer_node"
		"bomberman.client"
		"bomberman.server.ai"
		"bomberman.server.data"
		"bomberman.client.ui2d"
	}
	subgraph "libs_layer" {
		graph [
			fontsize = "14"
			fontname = "Times-Roman"
			fontcolor = "black"
			tip = ""
			rank = "same"
			color = "black"
			style = ""
		]
		node [
			fontsize = "14"
			fontname = "Times-Roman"
			fontcolor = "black"
			shape = "ellipse"
			color = "black"
			style = ""
		]
		edge [
			fontsize = "14"
			fontname = "Times-Roman"
			fontcolor = "black"
			color = "black"
			style = ""
			constraint = "false"
		]
		"bomberman.server.ai"
		"libs_layer_node"
	}
	"util.lightwave.browser" -> "util.lightwave" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		tip = "'util.lightwave.browser' -> 'util.lightwave' (uses)"
		color = "black"
		style = ""
		constraint = "false"
	]
	"util_layer_node" -> "basic_layer_node" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		color = "black"
		style = "invis"
		constraint = "true"
	]
	"libs_layer_node" -> "unassigned_layer_node" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		color = "black"
		style = "invis"
		constraint = "true"
	]
	"bomberman.client" -> "util.configurator" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		tip = "'bomberman.client' -> 'util.configurator' (uses)"
		color = "black"
		style = ""
		constraint = "false"
	]
	"bomberman.server" -> "util.countdown" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		tip = "'bomberman.server' -> 'util.countdown' (uses, impl)"
		color = "black"
		style = ""
		constraint = "false"
	]
	"bomberman.util" -> "util.remotelistener.fast" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		tip = "'bomberman.util' -> 'util.remotelistener.fast' (uses, impl)"
		color = "black"
		style = ""
		constraint = "false"
	]
	"bomberman.client.ui2d" -> "bomberman.exceptions" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		tip = "'bomberman.client.ui2d' -> 'bomberman.exceptions' (uses)"
		color = "black"
		style = ""
		constraint = "false"
	]
	"bomberman.server" -> "bomberman.interfaces" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		tip = "'bomberman.server' -> 'bomberman.interfaces' (uses, impl)"
		color = "black"
		style = ""
		constraint = "false"
	]
	"bomberman.server.data" -> "util.configurator" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		tip = "'bomberman.server.data' -> 'util.configurator' (uses)"
		color = "black"
		style = ""
		constraint = "false"
	]
	"bomberman.server" -> "bomberman.util" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		tip = "'bomberman.server' -> 'bomberman.util' (uses)"
		color = "black"
		style = ""
		constraint = "false"
	]
	"bomberman.client.ui2d" -> "bomberman.client" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		tip = "'bomberman.client.ui2d' -> 'bomberman.client' (uses)"
		color = "black"
		style = ""
		constraint = "false"
	]
	"bomberman.server.ai" -> "bomberman.server.data" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		tip = "'bomberman.server.ai' -> 'bomberman.server.data' (uses)"
		color = "black"
		style = ""
		constraint = "false"
	]
	"bomberman.client.ui3d" -> "bomberman.client" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		tip = "'bomberman.client.ui3d' -> 'bomberman.client' (uses)"
		color = "black"
		style = ""
		constraint = "false"
	]
	"bomberman.client" -> "bomberman.exceptions" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		tip = "'bomberman.client' -> 'bomberman.exceptions' (uses)"
		color = "black"
		style = ""
		constraint = "false"
	]
	"bomberman.server.ai" -> "util.animator" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		tip = "'bomberman.server.ai' -> 'util.animator' (uses, impl)"
		color = "black"
		style = ""
		constraint = "false"
	]
	"bomberman.client.ui3d" -> "bomberman.util" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		tip = "'bomberman.client.ui3d' -> 'bomberman.util' (uses)"
		color = "black"
		style = ""
		constraint = "false"
	]
	"bomberman.server" -> "bomberman.server.ai" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		tip = "'bomberman.server' -> 'bomberman.server.ai' (uses)"
		color = "black"
		style = ""
		constraint = "false"
	]
	"bomberman.server.ai" -> "bomberman.util" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		tip = "'bomberman.server.ai' -> 'bomberman.util' (uses)"
		color = "black"
		style = ""
		constraint = "false"
	]
	"bomberman.client" -> "bomberman.interfaces" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		tip = "'bomberman.client' -> 'bomberman.interfaces' (uses, impl)"
		color = "black"
		style = ""
		constraint = "false"
	]
	"bomberman.client.ui2d" -> "util.remotelistener.fast" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		tip = "'bomberman.client.ui2d' -> 'util.remotelistener.fast' (uses, impl)"
		color = "black"
		style = ""
		constraint = "false"
	]
	"bomberman.server" -> "bomberman.exceptions" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		tip = "'bomberman.server' -> 'bomberman.exceptions' (uses)"
		color = "black"
		style = ""
		constraint = "false"
	]
	"bomberman.client.ui2d" -> "bomberman.util" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		tip = "'bomberman.client.ui2d' -> 'bomberman.util' (uses)"
		color = "black"
		style = ""
		constraint = "false"
	]
	"bomberman.server.data" -> "bomberman.util" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		tip = "'bomberman.server.data' -> 'bomberman.util' (uses)"
		color = "black"
		style = ""
		constraint = "false"
	]
	"bomberman.client" -> "bomberman.util" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		tip = "'bomberman.client' -> 'bomberman.util' (uses)"
		color = "black"
		style = ""
		constraint = "false"
	]
	"bomberman.client.ui3d" -> "bomberman.interfaces" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		tip = "'bomberman.client.ui3d' -> 'bomberman.interfaces' (uses, impl)"
		color = "black"
		style = ""
		constraint = "false"
	]
	"bomberman.client" -> "bomberman.client.ui3d" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		tip = "'bomberman.client' -> 'bomberman.client.ui3d' (uses)"
		color = "black"
		style = ""
		constraint = "false"
	]
	"main_layer_node" -> "util_layer_node" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		color = "black"
		style = "invis"
		constraint = "true"
	]
	"bomberman.client.ui3d" -> "util.lightwave" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		tip = "'bomberman.client.ui3d' -> 'util.lightwave' (uses)"
		color = "black"
		style = ""
		constraint = "false"
	]
	"basic_layer_node" -> "libs_layer_node" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		color = "black"
		style = "invis"
		constraint = "true"
	]
	"bomberman.client.ui3d" -> "util.remotelistener.fast" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		tip = "'bomberman.client.ui3d' -> 'util.remotelistener.fast' (uses, impl)"
		color = "black"
		style = ""
		constraint = "false"
	]
	"bomberman.client" -> "util.animator" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		tip = "'bomberman.client' -> 'util.animator' (uses, impl)"
		color = "black"
		style = ""
		constraint = "false"
	]
	"bomberman.server" -> "util.remotelistener.fast" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		tip = "'bomberman.server' -> 'util.remotelistener.fast' (uses)"
		color = "black"
		style = ""
		constraint = "false"
	]
	"bomberman.server.data" -> "bomberman.exceptions" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		tip = "'bomberman.server.data' -> 'bomberman.exceptions' (uses)"
		color = "black"
		style = ""
		constraint = "false"
	]
	"bomberman.server.data" -> "util.countdown" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		tip = "'bomberman.server.data' -> 'util.countdown' (uses, impl)"
		color = "black"
		style = ""
		constraint = "false"
	]
	"bomberman.client.ui3d" -> "util.configurator" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		tip = "'bomberman.client.ui3d' -> 'util.configurator' (uses)"
		color = "black"
		style = ""
		constraint = "false"
	]
	"bomberman.server.ai" -> "bomberman.server" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		tip = "'bomberman.server.ai' -> 'bomberman.server' (uses)"
		color = "black"
		style = ""
		constraint = "false"
	]
	"bomberman.server" -> "util.animator" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		tip = "'bomberman.server' -> 'util.animator' (uses, impl)"
		color = "black"
		style = ""
		constraint = "false"
	]
	"bomberman.client.ui2d" -> "util.configurator" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		tip = "'bomberman.client.ui2d' -> 'util.configurator' (uses)"
		color = "black"
		style = ""
		constraint = "false"
	]
	"bomberman.server" -> "util.configurator" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		tip = "'bomberman.server' -> 'util.configurator' (uses)"
		color = "black"
		style = ""
		constraint = "false"
	]
	"bomberman.client.ui2d" -> "bomberman.interfaces" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		tip = "'bomberman.client.ui2d' -> 'bomberman.interfaces' (uses, impl)"
		color = "black"
		style = ""
		constraint = "false"
	]
	"bomberman.client" -> "util.remotelistener.fast" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		tip = "'bomberman.client' -> 'util.remotelistener.fast' (uses)"
		color = "black"
		style = ""
		constraint = "false"
	]
	"bomberman.server" -> "bomberman.server.data" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		tip = "'bomberman.server' -> 'bomberman.server.data' (uses)"
		color = "black"
		style = ""
		constraint = "false"
	]
	"bomberman.client" -> "util.sound" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		tip = "'bomberman.client' -> 'util.sound' (uses)"
		color = "black"
		style = ""
		constraint = "false"
	]
}
