You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- #ifndef __CACA_DISPLAY_H__
- #define __CACA_DISPLAY_H__
-
- #include <ruby.h>
-
- extern VALUE cDisplay;
- extern void Init_caca_display(VALUE);
-
- #endif
|