hedgewars/pas2c.h
author unc0rr
Mon, 09 Apr 2012 23:55:12 +0400
changeset 6875 6528171ce36d
child 6878 0af34406b83d
permissions -rw-r--r--
First try to compile with clang: improve renderer a bit. The result of pas2c is still far from normal C source.

#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;