ext/wxMenu.hpp

Summary

Maintainability
Test Coverage
/*
 * wxMenu.hpp
 *
 *  Created on: 17.02.2012
 *      Author: hanmac
 */

#ifndef WXMENU_HPP_
#define WXMENU_HPP_


#include "main.hpp"

extern VALUE rb_cWXMenu;
DLL_LOCAL void Init_WXMenu(VALUE rb_mWX);

#endif /* WXMENU_HPP_ */