Sha256: 74543d1d0d0b197c3679ec2c4964cf566b43072c094d7e3cd05ab911189c0727
Contents?: true
Size: 265 Bytes
Versions: 2
Compression:
Stored size: 265 Bytes
Contents
/* * wxDC.hpp * * Created on: 07.03.2012 * Author: hanmac */ #ifndef WXDC_HPP_ #define WXDC_HPP_ #include "main.hpp" #if wxUSE_GRAPHICS_CONTEXT #include <wx/dcgraph.h> #endif extern VALUE rb_cWXDC; void Init_WXDC(VALUE rb_mWX); #endif /* WXDC_HPP_ */
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rwx-0.0.1.1.dev | ext/wxDC.hpp |
rwx-0.0.1.dev | ext/wxDC.hpp |