hedgewars/pas2c.h
author unc0rr
Tue, 10 Apr 2012 00:00:25 +0400
changeset 6876 f588dfc27da3
parent 6875 6528171ce36d
child 6878 0af34406b83d
permissions -rw-r--r--
Unbreak build (change was only tested with pas2c parser, and was okay to it)

#pragma once

typedef char string255[];

typedef int SmallInt;
typedef int Word;
typedef int LongInt;
typedef int LongWord;
typedef int Byte;
typedef Byte * PByte;

typedef void * pointer;