~ubuntu-branches/ubuntu/raring/3dchess/raring

« back to all changes in this revision

Viewing changes to src/init.c

  • Committer: Bazaar Package Importer
  • Author(s): Paul Wise
  • Date: 2011-02-18 18:54:30 UTC
  • Revision ID: james.westby@ubuntu.com-20110218185430-lfypfxvr72l2g2v0
Tags: 0.8.1-17
* Team upload.
* Update package description to be more accurate (LP: #602662)
* Use new quilt format instead of dpatch and merge inc patches
* Bump Standards-Version, no changes needed
* Switch to debhelper 7 minimal rules file
* Fix path to GPLv2 in the copyright file
* Include a doc-base file pointing at the rules
* Don't link with libraries that are not used (Xmu Xext)

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
#include <stdlib.h>
30
30
#include <malloc.h>
31
31
#include <sys/time.h>
32
 
#include "machine.h"
33
 
#include "3Dc.h"
 
32
#include "../include/machine.h"
 
33
#include "../include/3Dc.h"
34
34
 
35
35
int n3DcErr;
36
36
Piece *SQUARE_EMPTY, *SQUARE_INVALID;