summaryrefslogtreecommitdiffstats
path: root/libinstance/include
diff options
context:
space:
mode:
authorOrochimarufan <orochimarufan.x3@gmail.com>2013-02-22 16:17:31 +0100
committerOrochimarufan <orochimarufan.x3@gmail.com>2013-02-22 16:17:31 +0100
commit9f174ad4e7853b5864d7478ce97d7afa75d76636 (patch)
tree7a0600776a5266a940ee25d1fe2b6e89c99957fb /libinstance/include
parenteda7b6cf9d3c5d40a211c72bc2032f2b68baf87f (diff)
downloadMultiMC-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')
-rw-r--r--libinstance/include/instance.h3
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