ext/wxCalendarCtrl.hpp

Summary

Maintainability
Test Coverage
/*
 * wxCalendarCtrl.hpp
 *
 *  Created on: 08.05.2012
 *      Author: hanmac
 */

#ifndef WXCALENDARCTRL_HPP_
#define WXCALENDARCTRL_HPP_

#include "wxCalendarCtrlBase.hpp"

extern VALUE rb_cWXCalendarCtrl;

void Init_WXCalendarCtrl(VALUE rb_mWX);

#endif /* WXCALENDARCTRL_HPP_ */