diff options
Diffstat (limited to 'OpenSim/Tools/LaunchSLClient/LaunchSLClient/MachineConfig.cs')
-rw-r--r-- | OpenSim/Tools/LaunchSLClient/LaunchSLClient/MachineConfig.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Tools/LaunchSLClient/LaunchSLClient/MachineConfig.cs b/OpenSim/Tools/LaunchSLClient/LaunchSLClient/MachineConfig.cs index 68a86c4..fea8d50 100644 --- a/OpenSim/Tools/LaunchSLClient/LaunchSLClient/MachineConfig.cs +++ b/OpenSim/Tools/LaunchSLClient/LaunchSLClient/MachineConfig.cs | |||
@@ -33,5 +33,6 @@ namespace LaunchSLClient | |||
33 | public abstract class MachineConfig | 33 | public abstract class MachineConfig |
34 | { | 34 | { |
35 | public abstract void GetClient(ref string exePath, ref string runLine, ref string exeFlags); | 35 | public abstract void GetClient(ref string exePath, ref string runLine, ref string exeFlags); |
36 | public abstract string GetConfigDir(); | ||
36 | } | 37 | } |
37 | } | 38 | } |