Added a system to load news from MultiMC.org's RSS

Currently it doesn't show it anywhere in the UI. That's next.
This commit is contained in:
Andrew
2013-12-15 14:48:58 -06:00
parent 1e96a0c8eb
commit 0ee8f90d40
9 changed files with 409 additions and 1 deletions

View File

@@ -16,3 +16,7 @@
// This is printed on start to standard output
#define VERSION_STR "@MultiMC_VERSION_STRING@"
// This is used to fetch the news RSS feed.
// It defaults in CMakeLists.txt to "http://multimc.org/rss.xml"
#define NEWS_RSS_URL "@MultiMC_NEWS_RSS_URL@"