X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_em%2Fimport_em.h;h=44e48c181757dd697d7d7cb57b2ec6389cde5ecc;hb=4ed68b54ed9bed72d87eac4dd7b117fc4b8022d6;hp=21acc6bc3fe4c0d64e3d77b72b36d36fca6fa64e;hpb=d9cff0190a3b35f579cfedec53f305db17bd3b7c;p=rocksndiamonds.git diff --git a/src/game_em/import_em.h b/src/game_em/import_em.h index 21acc6bc..44e48c18 100644 --- a/src/game_em/import_em.h +++ b/src/game_em/import_em.h @@ -12,15 +12,19 @@ #ifndef IMPORT_EM_H #define IMPORT_EM_H +// ============================================================================ +// functions and definitions imported from main program to game_em +// ============================================================================ + #include "../libgame/libgame.h" #include "../game.h" #include "export_em.h" -// ============================================================================ -// functions and definitions exported from main program to game_em -// ============================================================================ +// ---------------------------------------------------------------------------- +// imported functions +// ---------------------------------------------------------------------------- void UpdateEngineValues(int, int, int, int);