The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

/*------------------------------------------------------------*/
/* filename - nmmnubox.cpp */
/* */
/* defines the streamable name for class TMenuBox */
/*------------------------------------------------------------*/
/*
* Turbo Vision - Version 2.0
*
* Copyright (c) 1994 by Borland International
* All Rights Reserved.
*
*/
#if !defined(NO_STREAMABLE)
#define Uses_TMenuBox
#include <tvision/tv.h>
const char * const _NEAR TMenuBox::name = "TMenuBox";
#endif