File: movetype.h

package info (click to toggle)
sjaakii 1.4.1-3.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,628 kB
  • sloc: ansic: 16,287; cpp: 4,543; makefile: 15
file content (7 lines) | stat: -rw-r--r-- 73 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
#ifndef MOVETYPE_H
#define MOVETYPE_H

typedef uint64_t move_t;

#endif