TuttleOFX
1
|
00001 #include "color.hpp" 00002 00003 namespace tuttle { 00004 namespace common { 00005 00006 boost::shared_ptr<Color> Color::get() 00007 { 00008 return color; 00009 } 00010 00011 boost::shared_ptr<Color> Color::color(new Color); 00012 00013 } 00014 }