Browse Source

* Slight documentation update.

tags/v0.99.beta14
Sam Hocevar sam 18 years ago
parent
commit
d465937d4a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      doc/migrating.dox

+ 1
- 1
doc/migrating.dox View File

@@ -186,7 +186,7 @@ int main(void)
The newly introduced canvases can have several frames. Sprites are hence
completely deprecated.

- \b caca_load_sprite(): use cucul_import_canvas().
- \b caca_load_sprite(): use cucul_import_file().
- \b caca_get_sprite_frames(): use cucul_get_canvas_frame_count().
- \b caca_get_sprite_width(): use cucul_get_canvas_width().
- \b caca_get_sprite_height(): use cucul_get_canvas_height().


Loading…
Cancel
Save