X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame_mm%2Fmm_tools.h;h=3fdee2fb71653f050ced58627be8e2377f5f9cf0;hp=3655ccf4a2e2ef8110cdd093a15cd2d6b935ca19;hb=14801844faf14be284c590b66f030c6bf7cea5c2;hpb=a601eb5bd800d544e8a5154a7b4d2457d020cd3f diff --git a/src/game_mm/mm_tools.h b/src/game_mm/mm_tools.h index 3655ccf4..3fdee2fb 100644 --- a/src/game_mm/mm_tools.h +++ b/src/game_mm/mm_tools.h @@ -16,10 +16,6 @@ #include "main_mm.h" -/* for SetDrawtoField */ -#define DRAW_DIRECT 0 -#define DRAW_BUFFERED 1 -#define DRAW_BACKBUFFER 2 /* for DrawElementShifted */ #define NO_CUTTING 0 @@ -100,6 +96,7 @@ void DrawMiniElementOrWall_MM(int, int, int, int); void DrawField_MM(int, int); void DrawLevel_MM(void); +void DrawLaser_MM(void); void DrawElement_MM(int, int, int); void DrawWallsExt_MM(int, int, int, int); void DrawWalls_MM(int, int, int);