DEBSOURCES
Skip Quicknav
sources / libcaca / 0.99.beta17-1 / ruby / caca-dither.h
123456789
#ifndef __CACA_DITHER_H__ #define __CACA_DITHER_H__ #include <ruby.h> extern VALUE cDither; extern void Init_caca_dither(VALUE); #endif