X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=9f997cf16d63d7f6d4603389a880b7f67b259cfe;hb=297ee9b33dab3bca9433befc81d7c7ce91450dd0;hp=e3454997cc1d83afa841c2a9ca48045845a720d3;hpb=e5367ee42312c8835125438511d8479aa2daa094;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index e3454997..9f997cf1 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -24,6 +24,8 @@ #include "windows.h" #elif defined(PLATFORM_MSDOS) #include "msdos.h" +#elif defined(PLATFORM_ANDROID) +#include "android.h" #endif #if defined(TARGET_SDL)