Changeset 185 for libcaca/trunk/libcaca/io.c
- Timestamp:
- Nov 16, 2003, 1:33:35 AM (19 years ago)
- Location:
- libcaca/trunk/libcaca
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/libcaca/io.c
r159 r185 1 1 /* 2 * lib eeASCII-Art library2 * libcaca ASCII-Art library 3 3 * Copyright (c) 2002, 2003 Sam Hocevar <sam@zoy.org> 4 4 * All Rights Reserved … … 33 33 #endif 34 34 35 #include " ee.h"36 #include " ee_internals.h"35 #include "caca.h" 36 #include "caca_internals.h" 37 37 38 char ee_get_key(void)38 char caca_get_key(void) 39 39 { 40 40 #if defined(USE_SLANG)
Note: See TracChangeset
for help on using the changeset viewer.