Changeset 838 for libcaca/trunk/cpp/caca++.h
- Timestamp:
- Apr 22, 2006, 9:00:14 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/cpp/caca++.h
r831 r838 54 54 public: 55 55 Caca(); 56 Caca(Cucul * qq);56 Caca(Cucul *cv); 57 57 ~Caca(); 58 58 59 void attach(Cucul * qq);59 void attach(Cucul *cv); 60 60 void detach(); 61 61 void set_delay(unsigned int);
Note: See TracChangeset
for help on using the changeset viewer.