home *** CD-ROM | disk | FTP | other *** search
- /*****************************************************************************/
- #ifndef _MDSTRNS_H_
- #define _MDSTRNS_H_
- /*****************************************************************************/
-
- #define MD_NAME(ovop, name) const normString OVOP_STR_##ovop = name;
- #include "MDnames.h"
- #undef MD_NAME
-
- /*****************************************************************************/
- #endif
- /*****************************************************************************/
-