rnd-20131113-1-src
[rocksndiamonds.git] / src / libgame / system.h
index 98225eae1d4c4bff71a029823facd8bdae9a98e4..b6c2ad3b465f74274944449c2886183a3b737731 100644 (file)
@@ -651,9 +651,11 @@ typedef int (*EventFilter)(const Event *);
 
 struct ProgramInfo
 {
-  char *command_basepath;      /* directory that contains the program */
+  char *command_basepath;      /* path to the program binary */
   char *command_basename;      /* base filename of the program binary */
 
+  char *maindata_path;         /* main game data (installation) directory */
+
   char *userdata_subdir;       /* personal user game data directory */
   char *userdata_subdir_unix;  /* personal user game data directory (Unix) */
   char *userdata_path;         /* resulting full path to game data directory */