ext/wxMouseEvent.hpp

Summary

Maintainability
Test Coverage
/*
 * wxMouseEvent.hpp
 *
 *  Created on: 21.04.2012
 *      Author: hanmac
 */

#ifndef WXMOUSEEVENT_HPP_
#define WXMOUSEEVENT_HPP_

#include "main.hpp"

extern VALUE rb_cWXMouseEvent;
DLL_LOCAL void Init_WXMouseEvent(VALUE rb_mWX);

#endif /* WXMOUSEEVENT_HPP_ */