Changeset 3110 for libcaca/trunk/caca-php/php_caca.h
- Timestamp:
- Oct 26, 2008, 3:14:58 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/caca-php/php_caca.h
r3108 r3110 63 63 PHP_FUNCTION(caca_flip); 64 64 PHP_FUNCTION(caca_flop); 65 PHP_FUNCTION(caca_rotate_180); 65 66 PHP_FUNCTION(caca_rotate_left); 66 67 PHP_FUNCTION(caca_rotate_right); … … 75 76 PHP_FUNCTION(caca_attr_to_ansi_fg); 76 77 PHP_FUNCTION(caca_attr_to_ansi_bg); 78 PHP_FUNCTION(caca_attr_to_rgb12_fg); 79 PHP_FUNCTION(caca_attr_to_rgb12_bg); 80 PHP_FUNCTION(caca_attr_to_argb64); 81 PHP_FUNCTION(caca_utf8_to_utf32); 82 PHP_FUNCTION(caca_utf32_to_utf8); 83 PHP_FUNCTION(caca_utf32_to_cp437); 84 PHP_FUNCTION(caca_cp437_to_utf32); 85 PHP_FUNCTION(caca_utf32_to_ascii); 86 PHP_FUNCTION(caca_utf32_is_fullwidth); 77 87 PHP_FUNCTION(caca_draw_line); 78 88 PHP_FUNCTION(caca_draw_polyline);
Note: See TracChangeset
for help on using the changeset viewer.