Mercurial > hg > Members > kono > Cerium
comparison Renderer/Engine/SceneGraphRoot.h @ 656:d0b8860c17f8
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 | 5c5cd31b9d43 |
children | e201be3f6897 |
comparison
equal
deleted
inserted
replaced
646:ffcc25c7c566 | 656:d0b8860c17f8 |
---|---|
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 */ |