ext/wxProperty.hpp

Summary

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

#ifndef WXPROPERTY_HPP_
#define WXPROPERTY_HPP_

#include "main.hpp"

extern VALUE rb_cWXProperty;
DLL_LOCAL void Init_WXProperty(VALUE rb_mWX);

#endif /* WXPROPERTY_HPP_ */