Ignore:
Timestamp:
Nov 16, 2003, 1:33:35 AM (19 years ago)
Author:
Sam Hocevar
Message:
  • Renamed libee to libcaca. Far less collisions.
Location:
libcaca/trunk/libcaca
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/libcaca/io.c

    r159 r185  
    11/*
    2  *   libee         ASCII-Art library
     2 *   libcaca       ASCII-Art library
    33 *   Copyright (c) 2002, 2003 Sam Hocevar <sam@zoy.org>
    44 *                 All Rights Reserved
     
    3333#endif
    3434
    35 #include "ee.h"
    36 #include "ee_internals.h"
     35#include "caca.h"
     36#include "caca_internals.h"
    3737
    38 char ee_get_key(void)
     38char caca_get_key(void)
    3939{
    4040#if defined(USE_SLANG)
Note: See TracChangeset for help on using the changeset viewer.