area51/Support/Menu/DebugMenuPageLogging.hpp
Andrew Sampson 431f72b93a source
2021-08-27 19:22:41 -07:00

26 lines
839 B
C++

//==============================================================================
// DebugMenuPageLogging.hpp
//
// Copyright (c) 2002-2003 Inevitable Entertainment Inc. All rights reserved.
//
// This class is the specific page for logging control options.
//
//==============================================================================
#ifndef DEBUG_MENU_PAGE_LOGGING_HPP
#define DEBUG_MENU_PAGE_LOGGING_HPP
//==============================================================================
class debug_menu_page_logging : public debug_menu_page
{
public:
debug_menu_page_logging ( );
virtual ~debug_menu_page_logging ( ) { };
protected:
};
//==============================================================================
#endif // DEBUG_MENU_PAGE_LOGGING_HPP