diff options
author | Petr Mrázek <peterix@gmail.com> | 2013-07-22 02:01:56 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2013-07-22 02:01:56 +0200 |
commit | 18853ca3fa185f5fe5288a1d0c8ed6cf8c678007 (patch) | |
tree | 15ad1dbc73531affaab71bf25e772a4ce1fec5bc /libmultimc/src/library.cpp | |
parent | e2ee6d6d254285284f07b07cb60409fbda0bf7ad (diff) | |
download | MultiMC-18853ca3fa185f5fe5288a1d0c8ed6cf8c678007.tar MultiMC-18853ca3fa185f5fe5288a1d0c8ed6cf8c678007.tar.gz MultiMC-18853ca3fa185f5fe5288a1d0c8ed6cf8c678007.tar.lz MultiMC-18853ca3fa185f5fe5288a1d0c8ed6cf8c678007.tar.xz MultiMC-18853ca3fa185f5fe5288a1d0c8ed6cf8c678007.zip |
Parsing the version files, part I
Diffstat (limited to 'libmultimc/src/library.cpp')
-rw-r--r-- | libmultimc/src/library.cpp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/libmultimc/src/library.cpp b/libmultimc/src/library.cpp new file mode 100644 index 00000000..b0490616 --- /dev/null +++ b/libmultimc/src/library.cpp @@ -0,0 +1,18 @@ +/* Copyright 2013 MultiMC Contributors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +#include "include/library.h" + +// default url for lib: https://s3.amazonaws.com/Minecraft.Download/libraries/ |