summaryrefslogtreecommitdiffstats
path: root/docs/Object ownership.gv
diff options
context:
space:
mode:
authorWilliam 'psyFi' Hatcher <william@hatcher.work>2017-08-13 13:32:12 +0200
committerTiger Wang <ziwei.tiger@outlook.com>2017-08-13 13:32:12 +0200
commit0cd8482f07aadab6de27aa7395de5408737093ad (patch)
treef6809d1a12db5ed885a98f260bdf95a21e3c2343 /docs/Object ownership.gv
parentReplaced includes with forward declarations (diff)
downloadcuberite-0cd8482f07aadab6de27aa7395de5408737093ad.tar
cuberite-0cd8482f07aadab6de27aa7395de5408737093ad.tar.gz
cuberite-0cd8482f07aadab6de27aa7395de5408737093ad.tar.bz2
cuberite-0cd8482f07aadab6de27aa7395de5408737093ad.tar.lz
cuberite-0cd8482f07aadab6de27aa7395de5408737093ad.tar.xz
cuberite-0cd8482f07aadab6de27aa7395de5408737093ad.tar.zst
cuberite-0cd8482f07aadab6de27aa7395de5408737093ad.zip
Diffstat (limited to 'docs/Object ownership.gv')
-rw-r--r--docs/Object ownership.gv29
1 files changed, 0 insertions, 29 deletions
diff --git a/docs/Object ownership.gv b/docs/Object ownership.gv
deleted file mode 100644
index 29e0407a6..000000000
--- a/docs/Object ownership.gv
+++ /dev/null
@@ -1,29 +0,0 @@
-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