Last change
on this file since 3158 was
2821,
checked in by Sam Hocevar, 12 years ago
|
Starting refactoring to get rid of libcucul. The initial reason for the
split is rendered moot by the plugin system: when enabled, binaries do
not link directly with libX11 or libGL. I hope this is a step towards
more consisteny and clarity.
|
-
Property svn:eol-style set to
native
|
File size:
139 bytes
|
Line | |
---|
1 | #ifndef __CACA_DITHER_H__ |
---|
2 | #define __CACA_DITHER_H__ |
---|
3 | |
---|
4 | #include <ruby.h> |
---|
5 | |
---|
6 | extern VALUE cDither; |
---|
7 | extern void Init_caca_dither(VALUE); |
---|
8 | |
---|
9 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.