⛏️ index : haiku.git

/*
 * Copyright 2011 Haiku, Inc.
 * Distributed under the terms of the MIT License.
 */
#ifndef B_ABOUT_MENU_ITEM_H
#define B_ABOUT_MENU_ITEM_H


#include <MenuItem.h>


class BAboutMenuItem : public BMenuItem {
public:
							BAboutMenuItem();
};


#endif	// B_ABOUT_MENU_ITEM_H