You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-22 15:06:45 +00:00
Mono: Fix opening code editors in OSX and cleanup
This commit is contained in:
@@ -42,10 +42,15 @@ class MonoDevelopInstance {
|
||||
GDMonoMethod *execute_method;
|
||||
|
||||
public:
|
||||
enum EditorId {
|
||||
MONODEVELOP = 0,
|
||||
VISUALSTUDIO_FOR_MAC = 1
|
||||
};
|
||||
|
||||
void execute(const Vector<String> &p_files);
|
||||
void execute(const String &p_file);
|
||||
|
||||
MonoDevelopInstance(const String &p_solution);
|
||||
MonoDevelopInstance(const String &p_solution, EditorId p_editor_id);
|
||||
};
|
||||
|
||||
#endif // MONODEVELOP_INSTANCE_H
|
||||
|
||||
Reference in New Issue
Block a user