diff options
author | Petr Mrázek <peterix@gmail.com> | 2013-12-08 22:19:58 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2013-12-08 22:19:58 +0100 |
commit | 8db2e5db81c91cca9291ca35ed74e632278563e6 (patch) | |
tree | b4aa9ff8db2561e674e03027b05107a973e4d3a5 /logic/assets/Assets.cpp | |
parent | b0dbd4f4afcf60e4021cbb3218bfe280c4989859 (diff) | |
parent | 2fe27fd0daca14644a2a71456cd60c9a38befbdf (diff) | |
download | PrismLauncher-8db2e5db81c91cca9291ca35ed74e632278563e6.tar.gz PrismLauncher-8db2e5db81c91cca9291ca35ed74e632278563e6.tar.bz2 PrismLauncher-8db2e5db81c91cca9291ca35ed74e632278563e6.zip |
Merge branch 'feature_assets' into develop
Diffstat (limited to 'logic/assets/Assets.cpp')
-rw-r--r-- | logic/assets/Assets.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/logic/assets/Assets.cpp b/logic/assets/Assets.cpp new file mode 100644 index 00000000..a0764674 --- /dev/null +++ b/logic/assets/Assets.cpp @@ -0,0 +1,14 @@ +/* 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. + */ |