ext/wxPropertyCell.hpp

Summary

Maintainability
Test Coverage
/*
 * wxPropertyCell.hpp
 *
 *  Created on: 13.03.2013
 *      Author: hanmac
 */

#ifndef WXPROPERTYCELL_HPP_
#define WXPROPERTYCELL_HPP_

#include "main.hpp"

extern VALUE rb_cWXPropertyCell;
DLL_LOCAL void Init_WXPropertyCell(VALUE rb_mWX);

#endif /* WXPROPERTYCELL_HPP_ */