~ubuntu-branches/ubuntu/intrepid/wing/intrepid

« back to all changes in this revision

Viewing changes to animationtype.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2005-11-15 12:56:03 UTC
  • Revision ID: james.westby@ubuntu.com-20051115125603-3avyhy7twa0ylvv8
Tags: 0.7-24ubuntu1
* Resynchronise with Debian:
  - debian/control: Rebuild against liballegro4.1 since Dapper lacks
    liballegro4.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
#include "additional/apstring.h"
31
31
#include "additional/apvector.h"
 
32
#include <allegro.h>
32
33
#include <fstream>
33
34
 
34
35
class AnimationTYPE
53
54
      apvector < BITMAP* > myImageBank;
54
55
};
55
56
 
56
 
#include "animationtype.cpp"
57
57
#endif
58
58