~ubuntu-branches/ubuntu/oneiric/mazeofgalious/oneiric

« back to all changes in this revision

Viewing changes to line_clip.h

  • Committer: Bazaar Package Importer
  • Author(s): Gürkan Sengün
  • Date: 2005-12-01 13:04:23 UTC
  • Revision ID: james.westby@ubuntu.com-20051201130423-d2fwyv8jt082cbxt
Tags: upstream-0.62.dfsg2
Import upstream version 0.62.dfsg2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef __SPLINES_HEADER
 
2
#define __SPLINES_HEADER
 
3
 
 
4
bool line_clip(int &x1,int &y1,int &x2,int &y2,int min_x,int min_y,int max_x,int max_y);
 
5
 
 
6
 
 
7
#endif
 
8