From 53e22b11857fed62e2313d6d84d90f88ed412ffb Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Mon, 29 Jul 2013 12:13:03 +0100 Subject: Changed everyting to Unix line endings. --- docs/Object ownership.gv | 56 ++++++++++++++++++++++++------------------------ 1 file changed, 28 insertions(+), 28 deletions(-) (limited to 'docs/Object ownership.gv') diff --git a/docs/Object ownership.gv b/docs/Object ownership.gv index 007432154..29e0407a6 100644 --- a/docs/Object ownership.gv +++ b/docs/Object ownership.gv @@ -1,29 +1,29 @@ -digraph -{ -rankdir=LR -Root -> Server -Root -> MonsterConfig -Root -> GroupManager -Root -> CraftingRecipes -Root -> FurnaceRecipe -Root -> PluginManager -Root -> Authenticator -Root -> World -Server -> ListenThreadIPv4 -Server -> ListenThreadIPv6 -Server -> ClientHandle -Server -> RCONServer -PluginManager -> Plugin_NewLua -PluginManager -> Plugin -World -> SimulatorManager -World -> SandSimulator -World -> WaterSimulator -World -> LavaSimulator -World -> FireSimulator -World -> RedstoneSimulator -World -> WorldStorage -World -> Player -World -> Generator -World -> ChunkSender -World -> LightingThread +digraph +{ +rankdir=LR +Root -> Server +Root -> MonsterConfig +Root -> GroupManager +Root -> CraftingRecipes +Root -> FurnaceRecipe +Root -> PluginManager +Root -> Authenticator +Root -> World +Server -> ListenThreadIPv4 +Server -> ListenThreadIPv6 +Server -> ClientHandle +Server -> RCONServer +PluginManager -> Plugin_NewLua +PluginManager -> Plugin +World -> SimulatorManager +World -> SandSimulator +World -> WaterSimulator +World -> LavaSimulator +World -> FireSimulator +World -> RedstoneSimulator +World -> WorldStorage +World -> Player +World -> Generator +World -> ChunkSender +World -> LightingThread } \ No newline at end of file -- cgit v1.2.3