dsoname.cpp
上传用户:center1979
上传日期:2022-07-26
资源大小:50633k
文件大小:0k
源码类别:

OpenGL

开发平台:

Visual C++

  1. //
  2. // C++ Implementation: dsoname
  3. //
  4. // Description:
  5. //
  6. //
  7. // Author: Toti <root@totibox>, (C) 2005
  8. //
  9. // Copyright: See COPYING file that comes with this distribution
  10. //
  11. //
  12. #include <celengine/dsoname.h>
  13. using namespace std;
  14. //NOTE: this could be expanded in the near future, so we place it here:
  15. uint32 DSONameDatabase::findCatalogNumberByName(const string& name) const
  16. {
  17.     return getCatalogNumberByName(name);
  18. }