X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_mm%2Fimport_mm.h;h=07fe0ffe0a161a5a11c84e9e06a60b76216f86ec;hb=4ed68b54ed9bed72d87eac4dd7b117fc4b8022d6;hp=5ad8ef6d1274840e9d32f23a74334e89144a81f1;hpb=d9cff0190a3b35f579cfedec53f305db17bd3b7c;p=rocksndiamonds.git diff --git a/src/game_mm/import_mm.h b/src/game_mm/import_mm.h index 5ad8ef6d..07fe0ffe 100644 --- a/src/game_mm/import_mm.h +++ b/src/game_mm/import_mm.h @@ -12,6 +12,10 @@ #ifndef IMPORT_MM_H #define IMPORT_MM_H +// ============================================================================ +// functions and definitions imported from main program to game_mm +// ============================================================================ + #include "../libgame/libgame.h" #include "../conf_gfx.h" #include "../game.h" @@ -19,9 +23,9 @@ #include "export_mm.h" -// ============================================================================ -// functions and definitions exported from main program to game_mm -// ============================================================================ +// ---------------------------------------------------------------------------- +// imported functions +// ---------------------------------------------------------------------------- void SetDrawtoField(int); void BackToFront(void);