ext/wxPreferences.hpp

Summary

Maintainability
Test Coverage
/*
 * wxPreferences.hpp
 *
 *  Created on: 26.05.2013
 *      Author: hanmac
 */

#ifndef WXPREFERENCES_HPP_
#define WXPREFERENCES_HPP_

#include "main.hpp"

extern VALUE rb_cWXPreferences;

DLL_LOCAL void Init_WXPreferences(VALUE rb_mWX);


#endif /* WXPREFERENCES_HPP_ */