dsoname.h
上传用户:center1979
上传日期:2022-07-26
资源大小:50633k
文件大小:0k
- //
- // C++ Interface: dsoname
- //
- // Description:
- //
- //
- // Author: Toti <root@totibox>, (C) 2005
- //
- // Copyright: See COPYING file that comes with this distribution
- //
- //
- #ifndef _DSONAME_H_
- #define _DSONAME_H_
- #include <celengine/name.h>
- #include <celengine/deepskyobj.h>
- class DSONameDatabase: public NameDatabase<DeepSkyObject>
- {
- public:
- DSONameDatabase() {};
- uint32 findCatalogNumberByName(const std::string&) const;
- };
- #endif // _DSONAME_H_