blob: c10bb2c3fc2e46d589b65c81a24e8440a00bd252 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{$INCLUDE aread.inc}
{$INCLUDE colord.inc}
{$INCLUDE formatd.inc}
{$INCLUDE eventd.inc}
{$INCLUDE keyeventd.inc}
{$INCLUDE mouseeventd.inc}
{$INCLUDE closeeventd.inc}
{$INCLUDE resizeeventd.inc}
{$INCLUDE moded.inc}
{$INCLUDE paletted.inc}
{$INCLUDE cleard.inc}
{$INCLUDE copyd.inc}
{$INCLUDE clipperd.inc}
{$INCLUDE basesurfaced.inc}
{$INCLUDE surfaced.inc}
{$INCLUDE openglattributesd.inc}
{$INCLUDE baseconsoled.inc}
{$INCLUDE consoled.inc}
{$INCLUDE errord.inc}
{$INCLUDE timerd.inc}
|