source: OGRE/trunk/ogrenew/Tools/MayaExport/src/singleton.cpp @ 692

Revision 692, 211 bytes checked in by mattausch, 18 years ago (diff)

adding ogre 1.2 and dependencies

Line 
1// Copied frome Ogre::Singleton, created by Steve Streeting for Ogre
2#include "singleton.h"
3
4namespace OgreMayaExporter
5{
6            //template <typename T> T* Singleton <T>::ms_Singleton = 0;
7};      //end namespace
Note: See TracBrowser for help on using the repository browser.