source:
OGRE/trunk/ogrenew/Tools/MayaExport/src/singleton.cpp
@
692
Revision 692, 211 bytes checked in by mattausch, 19 years ago (diff) |
---|
Line | |
---|---|
1 | // Copied frome Ogre::Singleton, created by Steve Streeting for Ogre |
2 | #include "singleton.h" |
3 | |
4 | namespace 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.