Mercurial > hg > Game > Cerium
comparison Renderer/Engine/SceneGraphRoot.h @ 653:7a311860a76e draft
remove global variable "sgroot" , add SgChange.{cc, h} SgMain.cc SgRootChange.{cc, h}
author | hiroki@henri.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Wed, 25 Nov 2009 21:56:14 +0900 |
parents | 1bfa45a08fa7 |
children | 24054155368c |
comparison
equal
deleted
inserted
replaced
646:9f9390b45f78 | 653:7a311860a76e |
---|---|
102 | 102 |
103 typedef SceneGraphRoot *SceneGraphRootPtr; | 103 typedef SceneGraphRoot *SceneGraphRootPtr; |
104 | 104 |
105 | 105 |
106 // 大域変数は無くすこと | 106 // 大域変数は無くすこと |
107 extern SceneGraphRoot *sgroot; | 107 //extern SceneGraphRoot *sgroot; |
108 //extern SceneGraphRoot *sgroot_A; | |
109 //extern SceneGraphRoot *sgroot_B; | |
108 | 110 |
109 #endif | 111 #endif |
110 | 112 |
111 /* end */ | 113 /* end */ |