From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

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