ext/wxMessageDialogGeneric.hpp

Summary

Maintainability
Test Coverage
/*
 * wxMessageDialogGeneric.hpp
 *
 *  Created on: 22.06.2014
 *      Author: hanmac
 */

#ifndef WXGENERICMESSAGEDIALOG_HPP_
#define WXGENERICMESSAGEDIALOG_HPP_

#include "wxMessageDialogBase.hpp"

extern VALUE rb_cWXMessageDialogGeneric;

void Init_WXMessageDialogGeneric(VALUE rb_mWX);



#endif /* WXGENERICMESSAGEDIALOG_HPP_ */