ext/wxNotifyEvent.hpp

Summary

Maintainability
Test Coverage
/*
 * wxNotifyEvent.hpp
 *
 *  Created on: 15.11.2012
 *      Author: hanmac
 */

#ifndef WXNOTIFYEVENT_HPP_
#define WXNOTIFYEVENT_HPP_

#include "main.hpp"

extern VALUE rb_cWXNotifyEvent;
void Init_WXNotifyEvent(VALUE rb_mWX);

#endif /* WXNOTIFYEVENT_HPP_ */