Changeset 2896 for libcaca/trunk/caca
- Timestamp:
- Oct 7, 2008, 6:06:08 PM (13 years ago)
- Location:
- libcaca/trunk/caca
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/caca/Makefile.am
r2854 r2896 18 18 caca_types.h \ 19 19 caca_internals.h \ 20 caca_stubs.h \ 20 21 caca0.c \ 21 22 caca0.h \ -
libcaca/trunk/caca/caca_internals.h
r2821 r2896 16 16 #define __CACA_INTERNALS_H__ 17 17 18 #include " stubs.h"18 #include "caca_stubs.h" 19 19 20 20 typedef struct caca_timer caca_timer_t;
Note: See TracChangeset
for help on using the changeset viewer.