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

« back to all changes in this revision

Viewing changes to star.cpp

  • 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:
 
1
#include "star.h"
 
2
 
 
3
STAR_TYPE  stars [256];
 
4
 
 
5
 
1
6
//****************************************************************************
2
7
void Init_Stars()
3
8
{