diff options
author | Orochimarufan <orochimarufan.x3@gmail.com> | 2013-02-22 16:17:31 +0100 |
---|---|---|
committer | Orochimarufan <orochimarufan.x3@gmail.com> | 2013-02-22 16:17:31 +0100 |
commit | 9f174ad4e7853b5864d7478ce97d7afa75d76636 (patch) | |
tree | 7a0600776a5266a940ee25d1fe2b6e89c99957fb /libinstance/include/instance.h | |
parent | eda7b6cf9d3c5d40a211c72bc2032f2b68baf87f (diff) | |
download | MultiMC-9f174ad4e7853b5864d7478ce97d7afa75d76636.tar MultiMC-9f174ad4e7853b5864d7478ce97d7afa75d76636.tar.gz MultiMC-9f174ad4e7853b5864d7478ce97d7afa75d76636.tar.lz MultiMC-9f174ad4e7853b5864d7478ce97d7afa75d76636.tar.xz MultiMC-9f174ad4e7853b5864d7478ce97d7afa75d76636.zip |
Implement Instance launching
Use --launch <instance> to test
Diffstat (limited to 'libinstance/include/instance.h')
-rw-r--r-- | libinstance/include/instance.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libinstance/include/instance.h b/libinstance/include/instance.h index 7b3c001d..995b88d8 100644 --- a/libinstance/include/instance.h +++ b/libinstance/include/instance.h @@ -339,4 +339,7 @@ private: QString m_rootDir; }; +// pointer for lazy people +typedef QSharedPointer<Instance> InstancePtr; + #endif // INSTANCE_H |