From: Atani <at...@at...> - 2005-11-20 05:25:15
|
On 11/19/2005, "Sam Steele" <sam...@gm...> wrote: >On Nov 19, 2005, at 10:46 PM, Sam Steele wrote: > >> Sounds good. I'll rename it. >> > >Renamed and committed. Ok, I just got a chance to look at the SVN (via web) for the Cursor stuff. Looks decent. Can you clean up the headers/cpp files to declare the namespaces instead of using them in the declarations. ie: namespace Tiki { namespace GL { class Cursor : public Drawable { }; }; // namespace GL }; // namespace Tiki This should be done mainly to keep consistent with how other header/cpp files are done so far. Mike |