X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Ftools.h;h=10dcaaefb07a5a3f1f70b2c44608b08e95680b83;hp=43dcf1e0737bdf8d8bb948e8a57f31be85b8efed;hb=33df7a5ca87e883c2b718171fd7d05c22fc0353f;hpb=cf5b3a1e9077e88eb40ce2fb59e985a0ae037c84 diff --git a/src/tools.h b/src/tools.h index 43dcf1e0..10dcaaef 100644 --- a/src/tools.h +++ b/src/tools.h @@ -19,6 +19,11 @@ #include +/* für SetDrawtoField */ +#define DRAW_DIRECT 0 +#define DRAW_BUFFERED 1 +#define DRAW_BACKBUFFER 2 + /* für DrawElementShifted */ #define CUT_NO_CUTTING 0 #define CUT_ABOVE 1 @@ -48,6 +53,7 @@ #define AYS_STAY_CLOSED 16 #define AYS_STAY_OPEN 32 +void SetDrawtoField(int); void BackToFront(); void FadeToFront(); void ClearWindow();