view Renderer/Engine/Func.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 5b178db5988a
children 55f898a58748
line wrap: on
line source

enum {

     INIT,
     SDL_INIT,
     FINISH,

     Create_SGP,
     Update_SGP,
     CreatePolygon,
     CreatePolygonFromSceneGraph,
     CreateSpan,

     DrawSpan,
     DrawBack,

     LoadTexture,
     SetTexture,

     Move,
     Draw,

     Dummy,

     UpdateKey,
     InitKey,

     ShowTime,
     Switch,

     ChainMove,
     ChainCal,
     ChainInit,


     RUN_FINISH,


};

#define DATA_ID 0