ext/wxMessageDialog.hpp

Summary

Maintainability
Test Coverage
/*
 * wxMessageDialog.hpp
 *
 *  Created on: 25.11.2012
 *      Author: hanmac
 */

#ifndef WXMESSAGEDIALOG_HPP_
#define WXMESSAGEDIALOG_HPP_

#include "wxMessageDialogBase.hpp"

extern VALUE rb_cWXMessageDialog;

void Init_WXMessageDialog(VALUE rb_mWX);



#endif /* WXMESSAGEDIALOG_HPP_ */