Skip to content

Commit

Permalink
Engine: added FIXME for iOS being in AGS_SEARCH_FOR_GAME_ON_LAUNCH
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-mogilko committed Dec 21, 2023
1 parent 9fa7c4e commit 9a9905c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Common/core/platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,9 @@
// Only allow searching around for game data on desktop systems;
// otherwise use explicit argument either from program wrapper, command-line
// or read from default config.
// FIXME: AGS_PLATFORM_OS_IOS normally should not be here;
// need to find out how to pass a path to game file
// from the ObjectiveC application side.
#define AGS_SEARCH_FOR_GAME_ON_LAUNCH (AGS_PLATFORM_OS_WINDOWS || \
AGS_PLATFORM_OS_LINUX || \
AGS_PLATFORM_OS_MACOS || \
Expand Down

0 comments on commit 9a9905c

Please sign in to comment.