Changeset 795 for libcaca/trunk/cpp
- Timestamp:
- Apr 17, 2006, 3:11:33 PM (15 years ago)
- Location:
- libcaca/trunk/cpp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/cpp/cucul++.cpp
r784 r795 195 195 } 196 196 197 unsigned int Cucul::sqrt (unsigned int v)198 {199 return cucul_sqrt(v);200 }201 202 197 Cucul::Sprite * Cucul::load_sprite (char const *f) 203 198 { -
libcaca/trunk/cpp/cucul++.h
r784 r795 89 89 void fill_triangle ( int, int, int, int, int, int, char const *); 90 90 int rand (int, int); 91 unsigned int sqrt (unsigned int);92 91 Sprite * load_sprite (char const *); 93 92 int get_sprite_frames (Cucul::Sprite const *);
Note: See TracChangeset
for help on using the changeset viewer.