~ubuntu-branches/ubuntu/saucy/freecell-solver/saucy

« back to all changes in this revision

Viewing changes to jhjtypes.h

  • Committer: Bazaar Package Importer
  • Author(s): RISKO Gergely
  • Date: 2009-03-15 23:42:21 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090315234221-sx95hxyfyfgi0pja
Tags: 2.16.0-1
* Imported Upstream version 2.16.0 (closes: #518440)
* cmake is the new buildsystem

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
        http://www.geocities.com/jheyesjones/astar.html
11
11
*/
12
12
 
13
 
#ifndef __JHJTYPES_H
14
 
#define __JHJTYPES_H
 
13
#ifndef FC_SOLVE__JHJTYPES_H
 
14
#define FC_SOLVE__JHJTYPES_H
15
15
 
16
16
/* Data types used in JHeyes-Jones sample code */
17
17
 
22
22
typedef signed char int8;
23
23
typedef unsigned char uint8;
24
24
 
25
 
#endif /* #ifdef __JHJTYPES_H */
 
25
#endif /* #ifdef FC_SOLVE__JHJTYPES_H */