source:
libcaca/trunk/ruby/caca-display.h
@
3995
Last change on this file since 3995 was 2015, checked in by , 13 years ago | |
---|---|
|
|
File size: 143 bytes |
Line | |
---|---|
1 | #ifndef __CACA_DISPLAY_H__ |
2 | #define __CACA_DISPLAY_H__ |
3 | |
4 | #include <ruby.h> |
5 | |
6 | extern VALUE cDisplay; |
7 | extern void Init_caca_display(VALUE); |
8 | |
9 | #endif |
Note: See TracBrowser
for help on using the repository browser.